« All Events
6 PM – Intro To Python – Gamas
June 1, 2022 @ 6:00 pm - 7:00 pm
Today We Do
- We continued with Robot Builder. We added draw_left_arm(x,y) function.
Homework
- Add a new parameter to draw_left_arm function: color. This parameter will be used to decide which arm color to use.
- Create a new function draw_right_arm function which will have 3 parameters: x,y and color parameters. Whenever this function is call, it will draw a right arm. This is very similar to draw_left_arm but it will draw the right arm.