- This event has passed.
9 AM – Indo – Intro To Python – Gamas
May 6, 2023 @ 9:00 am - 10:00 am
Today We Did
- We continued on April22_DrawFace,py
- We completed the draw_face(x,y) function.
Homework
- Create a new python file May6_DrawFace2.py
- Copy the rect and draw_circle functions from April22_DrawFace.py into this new file.
- Create a new function draw_face2(x,y) and everytime you call this function, it will draw a face like below.
- Call this function 5 times to draw 5 faces in 5 different locations.