« All Events
6 PM – Intro To Python – Gamas
September 24 @ 6:00 pm - 7:00 pm
Today We Did
- We reviewed Robot Builder homework
- We did left_arm(x,y, color) function.
Homework
- When calling left_arm function, plugin the correct x and y so the left arm would be on the left side of the body.
- Create right_arm function. This is very similar to left_arm function.
- Inside rectangle function, try to reduce duplication of code using for loop. If you can do this, I will give 1 bonus point in your final exam.
- Create 3 left arms using for loop. If you can do this, I will give 2 bonus points in your final exam.