Feb-11-2020, 07:36 AM
There are couple of things:
- you should define instance of the class (like in my example
- '2 x TAB key' means pressing TAB key two times
It works as you can observe from attached screenshots.
Interactive interpreter:
[attachment=774]
Jupyter:
[attachment=775]
Thonny:
[attachment=776]
- you should define instance of the class (like in my example
>>> s = '123'
) or use class name- '2 x TAB key' means pressing TAB key two times
It works as you can observe from attached screenshots.
Interactive interpreter:
[attachment=774]
Jupyter:
[attachment=775]
Thonny:
[attachment=776]