Go to Python.org and download the latest version of Python
Download the 64 bit version for most installations of windows.


Install Python



Run IDLE

Go File New to make a new Python file
Type in your code

Save the file in an appropriate location with the file extension .py

Press F5 or click Run, Run Module to run the program

