« All Events
7pm- Intro To Python – Joshua
March 20 @ 7:00 pm - 8:00 pm
Today We Did
- Learned how to make circles, half circles, etc.
- Learned how to use turtle.setheading() to rotate certain objects
- Remember to set heading(0)
- Also, methods that use goto won’t work with set heading
- Introduce the project
Homework
- Derek, create your robot in a file robot.py(look at previous weeks for guidance
- Draw a face. It should have one rectangle eye, another partial circle eye, and then a slanted rectangle mouth (with set heading). Put it in a function
- def face2(x,y):
- Draw your project proposal
- Requirements and example projects:https://www.ayclogic.com/intro-to-python-final-project-criteria/