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
Solution: https://scratch.mit.edu/projects/700717121
Exercise 2
pen down
repeat 3
move 100 steps
turn right 120 degrees
end repeat
Solution: https://scratch.mit.edu/projects/700720654
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
Solution: https://scratch.mit.edu/projects/700721746
Animated solution:
Solution with more pauses: https://scratch.mit.edu/projects/638143905
© 2022 Vedesh Kungebeharry. All rights reserved.



