Data-Driven-World / d2w_ml_notes

Notes for Data Driven World

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 4 Object Oriented Programming

luzhuomi opened this issue · comments

Typo issue

@kurniawano

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: