Computing - Tinkering with Logo 31.10.23
02 Nov 2023
Today you are using 
Turtle Academy to create a square and other shapes with as few lines of code as possible. 
Example code for a square
	- fd 100
- rt 90
- fd 100
- rt 90
- fd 100
- rt 90
- fd 100
- rt 90
Tinkering
Experiment with creating different shapes, such as:
	- A triangle
- Regular polygons
- Irregular polygons