Answers for "check python version using python code"

5

python print version

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

Code answers related to "check python version using python code"

Python Answers by Framework

Browse Popular Code Answers by Language