Files

4 lines
54 B
Python
Raw Permalink Normal View History

import sys
print(f"Python {sys.version}")
print("OK")