Answers for "_version_ python"

1

python __version__

# in the terminal type on 
python -V    Or    python --version

#in the console

import sys
print(sys.version)
Posted by: Guest on July-17-2021
1

python version

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

Python Answers by Framework

Browse Popular Code Answers by Language