How to check python version in Ubuntu?
Python is an easy-to-learn yet powerful object oriented programming language. It is a very high level programming language yet as powerful as many other middle-level not so high level languages like C, C++, Java, etc.
Python can be easily installed from its official website for any operating system.
We can check python version by the following command in Ubuntu.
$ python --version
In this way we can check the version of python in Ubuntu.
Subscribe
Login
Please login to comment
0 Discussion