+ 6
Do you specifically work in the terminal (command prompt)? you can use the interpreter IDLE. It should be installed on your PC during the Python installation. In IDLE your statements and key words are written in different colors. I think it's better to write and debug your scripts in IDLE and than you can run them from the terminal.