Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 434 Bytes

mutability.md

File metadata and controls

6 lines (4 loc) · 434 Bytes

Mutability

TODO: ADD MORE

  • in the extended example, knowing there are no protected or private properties in python and adjusting coding patterns matrix
  • in the example, knowing there are no protected or private properties in python and so consciously mutating self.x, self.y and self.compass through the called instance methods. robot-simulator