« All Events
5:30 PM – Intro To Python – Gamas
October 18, 2022 @ 5:30 pm - 6:30 pm
Today We Did
- We finished Face2 shape.
- We created draw_letter_A function inside Oct18_DrawLetterAndOctagon.py.
- We copied draw_octagon function from Sep13_Turtle4ShapesHomework.py into Oct18_DrawLetterAndOctagon.py and added x and y coordinates.
Homework
- Start making progress for your Turtle project. Make 25% progress every week. The project is due on Nov 15.
- If you have not submitted your proposal, please take a picture of your proposal and email me at gamas@ayclogic.com.
- Also change in the draw_octagon function now, when I call the function with coordinate x=0, y=0 , the octagon actually is showing in x=-120, y=-40 coordinate which is wrong. If I call draw_octagon(0,0, “yellow”), I want to see my octagon in coordinate 0,0.