Question

How to know the installed version of Python?


Annonce
Ad

Answer

Python 2 :
python -V
Python 3 :
python3 -V


[source]
# ID Query