« All Events
6 PM – Intro To Python – Gamas
June 15, 2022 @ 6:00 pm - 7:00 pm
Today We Do
- We continued with draw_letter_p function. How to draw letter P using turtle and using 3 rectangles. We learned how to draw rectangles in different angle than 0 degree.
Homework
- Make sure to use the x and y coordinate properly inside draw_letter_p function. This way when you call draw_letter_p three times with 3 different coordinates, you can see 3 different letter p.
- Add one more parameter to draw_letter_p function: color. And use it properly inside the function so you can specify different color when calling the function.
- Make progress on your turtle project. The project is due on July 13. So by next week you need to be at least 25% complete. And don’t forget to upload your project to the google drive.