Today We Did: Reviewed the Quiz 2 Introduced Turtle remember to import with import turtle How to put a background color How to put a draw with turtle penup() vs pendown() turtle.goto(x_coordinate,Read More...
What We Did We started and finished robot builder. Reviewed how to draw a rectangle and create a new shape, circle Homework Create a file, Nov_7_ShapesHW.py and create a rectangle and circleRead More...
Today we did The first quiz! Answers will be released to your emails before our next class Thursday 6:30PM class code: https://drive.google.com/drive/folders/1qlUjB3gRXHSK5kRzjKzDD2qIz-OqB2bK?usp=sharing AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/ In case you need anything,Read More...
Today We Did – While Loops While Loops is how we can repeat code without navigating through a list while <conditional/boolean> when the conditional or boolean is True, the loop will repeatRead More...