how to install python3 on Ubuntu16.04
#1. first, open terminal via Ctrl+Alt+T and run command to add PPA:
- $ sudo add-apt-repository ppa:jonathonf/python-3.6
#2. second, check updates and install python3.6 :
- $ sudo apt-get update
- $ sudo apt-get install python3.6