mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 10:17:23 -05:00
6 lines
56 B
Python
6 lines
56 B
Python
import sys
|
|
|
|
|
|
def version():
|
|
return sys.version
|