Activities/Turtle Art: Difference between revisions
Tonyforster (talk | contribs) →Internals: make purpose more clear |
Tonyforster (talk | contribs) |
||
| Line 673: | Line 673: | ||
return | return | ||
===Understanding the Structure of Turtle Art=== | ===Understanding the Structure of the Turtle Art program=== | ||
Turtle Art offers two blocks for adding Python 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 function block [[image:Pythonfunctionblock.jpg]] adds a single line of code, | ||