mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 10:47:35 -05:00
3 lines
81 B
Python
3 lines
81 B
Python
print("What is 2 + 3?")
|
|
print("Answer: " + xworker.sync.input("What is 2 + 3?"))
|