Answers for "check what version of python you have"

1

check corently installed epython version

python3 --version
Posted by: Guest on January-25-2021
3

how to check python version

python --version #in command line

python #or by enterng interactiv mode
Posted by: Guest on August-25-2020

Code answers related to "check what version of python you have"

Python Answers by Framework

Browse Popular Code Answers by Language