Tag: handouts

What Are Turing’s Basic Graphics Commands?

Being able to make the computer draw is even easier with Turing’s basic graphics commands. Although Turing’s commands are very powerful, they are perfect for a beginner. Turing Basic Graphics Commands Every Turing command is a simple word.  Each command clearly defines its purpose: drawline draws a line, drawoval, an oval. We ALL Love Graphics

What Are The Basic Graphics Functions In Turtle?

Turtle’s Basic Graphics Functions When I think of using a computer to draw, I always think of applications like Adobe Illustrator, Paintshop or CorelDraw. They are great programs, but there are other ways to draw! Who thinks to use Turtle’s basic graphics functions? Coding and Drawing – Together? 💥 Kids love graphics!💥 One of the

How Can I Print “Hello World” With Turing’s Put Command?

Turing’s Put Command So, the first command most programmers learn is how to put something on the computer screen. Turing’s put command is the first step in coding. How Can We Output Text? Each language has a different command to do this. “put” is the Turing command that outputs data. You can put any printable

How Can I Print “Hello World” With Python’s Print Function?

python-print-function-output-large-help

Python Print Function Every programming language has a command that will output text on a computer screen.  In Python, it’s called the print function.  Most electronic devices communicate in some way with the user. Usually, they display some sort of text. Regardless of the coding language, mastering text (also called a string) output is usually