python¶
Evaluate a Python command or script.
python [command]
The command can be given as an argument, for instance:
python print(23)
If no argument is given, the subsequent lines are read and used as the Python commands. Type a line containing “end” to indicate the end of the script.