American Young Coder

AYC logo

6:00 PM- Python OOP – Joshua

Today we did Started our school system practiced importing practiced setting up applications Homework Implement the following methods in your School System Application def add_student(self): # you should ask with three inputsRead More...

7:00 PM – Intro to python – Joshua

Today We Did functions with return  how we send things outside of a list Practiced more functions using practiced lists talked about rare bugs   Homework 130, 131 (TRY IT YOURSELF), 132Read More...

7PM – Intro to Python – Brandon

What we learned: Creating a circle using the turtle.circle function Learned the extent, steps, and radius which can be used inside of that function to adjust the result of the circle