Open 404PageN0tFound opened 2 months ago
This is an issue related to the fact that when running something on the Web IDE, the code is sent to a server, executed there, then sent back. So I'm not quite sure how to resolve this :(
port modu to the web browser
input is basically print
code (taken from docs): let name = input("What is your name? ") // use input() for no question/message on same line
print("Hello, ", name, "!")
output (the input dont work): What is your name? Hello, !
fix pls