Activities/Turtle Art: Difference between revisions
Tonyforster (talk | contribs) |
Tonyforster (talk | contribs) |
||
| Line 672: | Line 672: | ||
===Understanding the Structure of Turtle Art=== | ===Understanding the Structure of Turtle Art=== | ||
Turtle Art offers two blocks for adding Python code, the Python function block [[image:Pythonfunctionblock.jpg]] adds a single line of code, the Python code block suppoprts multi line code. | Turtle Art offers two blocks for adding Python code, | ||
* the Python function block [[image:Pythonfunctionblock.jpg]] adds a single line of code, | |||
* the Python code block [[image:Pythoncodeblock.jpg]] suppoprts multi line code. | |||
====Python function block==== | ====Python function block==== | ||