I'm using Ubuntu for the first time and Python as well.
There are 2 versions of Python installed by default
$ python3 --version
Python 3.5.2
$ python --version
Python 2.7.12
I don't understand why two versions of the same software are installed.
python
remain python2. Hence, both. – muru Oct 26 '17 at 08:45