General purpose Python language labs.
In Ubuntu 18.04 LTS we are already installed python.
To check the installed version of python 2 we run
python --version
Python 2.7.15+
And to check the installed version of python 3 we run
python3 --version
Python 3.6.8