Files
python-VM/playground/python-debugging.py
2019-11-25 18:13:52 +00:00

6 lines
50 B
Python

import sys
version = sys.version
print(version)