mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2024-12-22 16:26:26 +00:00
4 lines
45 B
Python
4 lines
45 B
Python
|
import sys
|
||
|
|
||
|
print(f'Hi, I am {sys.version}')
|