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
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
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...
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...