Answers for "check python version on cmd"

3

how to check python version on terminal

python3 --version	# This is to check the python 3 version on mac terminal
Posted by: Guest on February-06-2021
8

check python version

# To check Python version 
python -V
----or----
python --version
Posted by: Guest on March-01-2021

Python Answers by Framework

Browse Popular Code Answers by Language