steps = """How to install Python on Windows 1. Go to https://www.python.org/downloads and download Python 3.6.0 for Windows 2. Install that shiznitch a. on the first screen, verify 'Install launcher for all users (recommended)' and 'Add Python 3.6 to PATH' are checked. Then click Customize Installation 3. Uncheck any of the optional features you do not wish to install. Unless you are low on space, leave all checked. 4. Same deal, check and uncheck what you wish on the Advanced Options screen. However, change the install location to something like c:\python (if you wish). Then click Install. 5. Click Close to complete the installation Now you can open up python simply by running cmd and typing: python And you can open up a python script directly by running cmd and typing: python python_install_windows.py =) """ print(steps)