« All Events
6 PM – Indo – Intro to Python – Joel
May 23, 2023 @ 7:00 pm - 8:00 pm
Today we did:
- We learned how to draw the left arm of the robot by combining two rectangles.
- We also learned how to draw a circle.
Homework:
- Continue with May1_RobotBuilder.py
- Create a new function right_arm(x,y,color)
- Inside this right_arm function, you need to draw one right arm which composed of 2 rectangles. This is very similar to left_arm function.
- After the right arm functions are done, call it three times so you have 3 arms on the right.