Showing posts with label Python_version_check. Show all posts
Showing posts with label Python_version_check. Show all posts

Friday, December 27, 2019

How to check current version of python in Linux?

Step 1:

Open the terminal ,


Step 2:

Type  python3  --version and Press Enter.


Step 3:

Now ,the current  python  version will be displayed.

Here, its Python 3.6.9         [updated on Dec 27,2019]



Wednesday, December 25, 2019