Week 4 Object Oriented Programming
luzhuomi opened this issue · comments
Kenny Lu commented
Typo issue
https://github.com/Data-Driven-World/d2w_notes/blob/master/Object_Oriented_Programming.ipynb
The above line is what we call as object instantiation. When Python executes this lines, it instantiate an object of the type RobotTurtle in the memory. A few notes on object instantation:
it should be
The above line is what we call as object instantiation. When Python executes this lines, it instantiates an object of the type RobotTurtle in the memory. A few notes on object instantiation: