Files
python-VM/tmp/python-debugging.py
2019-11-19 23:50:00 +00:00

6 lines
50 B
Python

import sys
version = sys.version
print(version)