« All Events
6 PM – Intro To Python – Gamas
June 8, 2022 @ 6:00 pm - 7:00 pm
Today We Do
- We finished with Robot Builder project.
- We continued with draw_circle function.
- We continuously draw two circles with different colors
Homework
- In the class, only one of the circles is changing the color. Make the second circle change the color.
- Randomize the X and Y coordinates of the circle inside the whilte loop. Use random.randint to generate random x and y coordinate.
- Make some progress on your turtle project.