Beginner’s Guide to Progamming in Python - Claremont Colleges

Try the python command with the script file (hello.py in this case) as follows. The result of executing the program will be displayed. prompt> python hello.py ... to evaluate the expression (3 + 4 + 2) and do nothing else. So, it will evalu-ate it and produce 9and that is all it does. Line 2tells the interpreter to evaluate 6. ................
................