Answers for "find python version using python"

5

python print version

import sys
print(sys.version)
Posted by: Guest on April-15-2020
3

how to check python version

python --version #in command line

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

Python Answers by Framework

Browse Popular Code Answers by Language