« All Events
5 PM – Intro To Python – Gamas
May 13 @ 5:00 pm - 6:00 pm
Today We Did
- We finished SOS turtle
- We learned about function
- We learned how to use function inside Python turtle.
Homework
- Change code inside may-13-function.py
- Add more parameters to the friend_activities function.
- sport_1 will replace basketball.
- sport_2 will replace dance.
- Run the program and fix the errors. The error that you are getting will be because you just added 2 more parameters, so you need to change the call to the functions.
- Look at may-13-turtle-function.py and look at inside rectangle function
- Add 2 more parameters
- width will replace 20
- height will replace 100
- Run the program and fix the errors.