linux check python version code example

Example 1: terminal python version

# in python
$ python --version

# in python3
$ python3 --version

Example 2: how to find the version of python command linw

python --version

Example 3: how to check python version on terminal

python3 --version	# This is to check the python 3 version on mac terminal

Example 4: check python version kali linux

$ python2 --version

Example 5: how to check python version

python --version #in command line

python #or by enterng interactiv mode