sudo apt-get install python sudo apt-get install python3
Ubuntu deliberately packages python3 in such a way it won't interfere with python2.
To run your programs, you'll type "python3" at the command line instead of just "python".
sudo apt-get install python sudo apt-get install python3