<div dir="ltr">Hi there,<div><br></div><div>You are typing Python commands directly on a BASH shell, which will never work. Save the Python code in a file called, for example, script.py and then run this file with <font face="monospace, monospace">python script.py </font>from the  BASH shell.</div><div><br></div><div>You might want to have a look at a basic Python tutorial to help you with these initial questions: <a href="https://www.python.org/about/gettingstarted/">https://www.python.org/about/gettingstarted/</a></div><div><br></div><div>Best,</div><div><br></div><div>João</div>​</div>