4 lines
31 B
Python
4 lines
31 B
Python
|
import sys
|
||
|
|
||
|
print(sys.version)
|