install python 3.9.1 code example
Example 1: install python 3.6
conda create -n myenv python=3.6 #to launch in Anaconda
Example 2: install python 3
# Download and Install python from https://www.python.org/downloads
# Try to get the latest version of Python, and please avoid using python 2.x unless you have a reason to.