How can I use the Python console?
Posted: 14.11.2017 10:03
When I open the Python console, I get the usual Python prompt and below an entry field consisting of a single line. What I type here, will be copied to the Python prompt.
I had expected that when I enter a Python expression (say, 3+4), that it will be evaluated by Python (outputting 7), but in fact I only see "3+4" after the Python prompt, but no result.
What, then, is the purpose of this console, and how can I use it?
I had expected that when I enter a Python expression (say, 3+4), that it will be evaluated by Python (outputting 7), but in fact I only see "3+4" after the Python prompt, but no result.
What, then, is the purpose of this console, and how can I use it?