Python Installation
download Python from https://www.python.org/downloads/ and now install from the setup and in the start menu type IDLE.IDLE, you can think it as a Python’s IDE to run the Python Scripts.
It will look somehow this:

download Python from https://www.python.org/downloads/ and now install from the setup
Open Terminal and type
python3and press enter
Last updated