from js import xworker print("What is 2 + 3?") print("Answer: " + xworker.sync.input("What is 2 + 3?"))