6 PM – Intro to Python – Joshua
Today We Did For Loops: how we access across an entire a list Don't forget to indent! All code you want to be looped/repeated should be one indent more than the forRead More...
Today We Did For Loops: how we access across an entire a list Don't forget to indent! All code you want to be looped/repeated should be one indent more than the forRead More...
What We Did Today: Learnt how to use the turtle module to draw in python. Packaged our code into functions so it becomes easier for us to draw things. Homework: Do theRead More...
Today We Did We reviewed if else homeworks We learned how to get input from shell. Homework Create a new file june_27_if_else_2_hw.py Do Try It Yourself - Page 84, 5-3, 5-4 DoRead More...
Your HW: Create a Boat class that inherits from vehicle It should have these extra atributes: String - Country Int - Size It should also override the Drive() method to print outRead More...