« All Events
7:00 PM – Intro to Python – Sebastian
March 24 @ 7:00 pm - 8:00 pm
Today we did
- Learn about some new functions
- t.forward()
- t.right()
- t.left()
- Learn how to draw circles
- You can draw half circles if you use the second parameter “extent”
- Monday 7:00PM class code:
https://drive.google.com/drive/folders/1Nm9mpaXjjpK8akSC1v8YpnGMTX-FpTyD?usp=sharing - AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Please submit your homework into your Google Drive
- Homework: Please name your homework MAR24_shapes_hw.py
- Draw a diamond like we talked about in class only using the new functions we learned about in class
- t.right(ANGLE)
- t.left(ANGLE)
- t.forward(DISTANCE)
- Please put the code for this inside a function with a good name as we always discuss in class
- Make sure you call the function so you can see the diamond