$ python --version
To check if Python is installed in your OS.
Should return an error of
command not foundif Python is not installed on your OS. To check if Python3 is installed in your OS.
https://www.python.org/downloads/
Download Python on your OS
Install Python on your OS
$ python --version
Should return the version downloaded of Python.
$ pip --version
Should return the version downloaded of Pip.
Checking if Python is installed or not.
print("Hello World!")