- This event has passed.
6:30 PM – Intro To Python – Sebastian
April 26, 2023 @ 6:30 pm - 7:30 pm
Today We Did
- Finished robot builder
- Began learning how to draw circles with turtle.circle()
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Name your homework APR26_face_hw, please submit by next Tuesday.
- Homework: Using the same code we created in class, try to draw 2 more circles representing the eyes for our face. Remember, these circles should be placed using the same x and y that the face_1 function takes as a parameter, but should be added/subtracted to. For example:
# first eye circle
circle(x+10, y-10, eye_color)