Answers for "python __version__"

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

Code answers related to "python __version__"

Python Answers by Framework

Browse Popular Code Answers by Language