« All Events
5 PM – Indo – Intro to Python – Joel
May 1, 2023 @ 5:00 pm - 6:00 pm
Today we did:
- We continued April19_RobotBuilder and learned how to draw the left arm.
- We learned a little bit about how to draw a circle using turtle.
Homework:
- Continue with April19_RobotBuilder.py
- Create new function called right_arm(x, y, color)
- Inside this right_arm function, you need to draw one right arm which is composed of 2 rectangles. This is similar to how we did the left_arm function. But remember that the rectangles are always drawn starting from the top left corner.
- After the right arm functions are done, call it three times so you have 3 arms on the right.