PurpleOhms
Results
1
issues of
PurpleOhms
**Describe the bug** In lesson 5, draw 3 squares can be solved by just typing: func draw_three_squares(): move_forward(200) turn_right(90) move_forward(200) turn_right(90) move_forward(200) turn_right(90) move_forward(200) turn_right(90) jump(300, 300) move_forward(200) turn_right(90) move_forward(200)...
bug