I will install Python 3.5.1.
OS used Windows 10 (32bit)
Please download the installer from the following page https://www.python.org/downloads/release/python-2711/
Click Python 3.5.1 on the Downloads tab
The installer has been downloaded \ # Icon fashionable
1 minute to start the installation and wait for a while ...
I was able to install it!
Now confirm
Create a file with the following contents and check if it can be executed
sample.py
print("Hello Python")
Only this (laugh)
Often the sample says "print" Hello World "" Since the ↑ format cannot be used after python v3, let's write as above.
Execute the following command from the command prompt
sample.py
python sample.py
> Hello Python
If you get the above result, you are successful.
Thank you for your hard work m (_ _) m
Recommended Posts