Draw the shapes from the following snippets of scratch code:
Exercise 1
pen down repeat 4 move 100 steps turn right 90 degrees end repeat
Exercise 2
pen down repeat 3 move 100 steps turn right 120 degrees end repeat
Exercise 3
pen down repeat 3 move 200 steps repeat 2 turn right 120 degrees move 200 steps end repeat repeat 2 turn left 120 degrees move 200 steps end repeat turn right 120 degrees end repeat
© 2022 Vedesh Kungebeharry. All rights reserved.