Answers for "Write a Python program to get the Python version you are using."

5

python print version

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

Code answers related to "Write a Python program to get the Python version you are using."

Python Answers by Framework

Browse Popular Code Answers by Language