Upgrading to python 3.x
Any way i can update to python 3.x? The version I am using is 2.7.11+
When I usesudo apt-get install python
it says it's already at the latest version.
Python 3 is a different package.
Install it using:
sudo apt-get install python3
The run it using:
python3