Computing - Nested Loops 14.11.23
14 Nov 2023
Today you are using
Turtle Academy to create a shape design using code.
Example code for a shape design
- repeat 4 (fd 100 rt 90)
- repeat 10 (repeat 4 (fd 100 rt 90) rt 36)
- fd 100
- rt 90
- fd 100
- rt 90
- fd 100
- rt 90