mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 18:55:29 -05:00
5 lines
110 B
Python
5 lines
110 B
Python
from xworker import xworker
|
|
|
|
print("What is 2 + 3?")
|
|
print("Answer: " + xworker.sync.input("What is 2 + 3?"))
|