4 lines
54 B
Python
4 lines
54 B
Python
|
|
import sys
|
||
|
|
print(f"Python {sys.version}")
|
||
|
|
print("OK")
|