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
6

python version

python ––version
Posted by: Guest on August-16-2020
0

python version

python -V
Posted by: Guest on August-09-2021

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