Changes
From Open Educational Resources
352 bytes added
, 07:00, 20 May 2020
| Line 81: |
Line 81: |
| | [[File:Turtleblocks_construction_4.png |450px]] | | [[File:Turtleblocks_construction_4.png |450px]] |
| | | | |
| − | Step 13 - These are a collection of extra blocks for accessing advanced features only available in Turtle Blocks. | + | Step 13 - These are a collection of extra blocks for accessing advanced features only available in Turtle Blocks. |
| | + | |
| | + | ==Example : TO DRAW A SQUARE== |
| | + | The steps involved in drawing a square are as below. |
| | + | #go forward some number of steps |
| | + | # turn right (or left) 90 degrees |
| | + | # go forward some number of step |
| | + | # turn right (or left) 90 degrees |
| | + | #go forward some number of steps |
| | + | #turn right (or left) 90 degrees |
| | + | #go forward some number of steps. |
| | + | #turn right (or left) 90 degrees |
| | | | |
| | ==File formats for creation== | | ==File formats for creation== |