6PM – Python OOP – Daniel
What We Did We learned dictionaries and how to add, change data in the dictionary We learned how to loop through the keys, the values, and the items Homework # Homework: #Read More...
What We Did We learned dictionaries and how to add, change data in the dictionary We learned how to loop through the keys, the values, and the items Homework # Homework: #Read More...
Today we did loops With Range Range == a list with numbers range(3) = (note the list does not include 3) range (1,4) = # first number is where itRead More...
Today we: We finished learning about Basic Turtle. We started the Robot Builder project. Homework: Draw the left leg, right leg, body, neck, and head of the robot. Python file (for substitute):Read More...