Answers for "python __version__ use"

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

Python Answers by Framework

Browse Popular Code Answers by Language