You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :(
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
The text was updated successfully, but these errors were encountered: