TODO: ADD MORE
- knowing to use
self
.<propertyname>
for instance properties andself
as first argument to instance methods in a class matrix - knowing to use
self.<propertyname>
for instance attributes andself
as first argument to instance methods in a class. Additionally, the example usesself.<methodname>()
to call a previously stored method name. robot-simulator