Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 314 Bytes

File metadata and controls

19 lines (13 loc) · 314 Bytes

Python Laboratory

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