Files
python/reference/concepts/call_semantics.md

6 lines
208 B
Markdown
Raw Normal View History

# Call semantics
TODO: ADD MORE
- knowing that appending `()` to the name of an instance method _calls_ it, since instance methods are _callable_. [robot-simulator](../exercise-concepts/robot-simulator.md)