So, I'm trying to run my first Python code: print("Hello, world!") in Python 3, and I saved it as hello.py. But when I type in: python3 hello.py into LXTerminal, I get: File "hello.py", line 1 Python 3.2.3 (default, Mar 1 2013, 11:53:50) (BTY, there's an arrow thingy under the 2) Can anyone tell me ...