Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

big bug!!!!!!! (web ide) #13

Open
404PageN0tFound opened this issue Dec 31, 2024 · 2 comments
Open

big bug!!!!!!! (web ide) #13

404PageN0tFound opened this issue Dec 31, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@404PageN0tFound
Copy link

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

@Cyteon Cyteon added the bug Something isn't working label Dec 31, 2024
@Cyteon
Copy link
Owner

Cyteon commented Jan 2, 2025

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 :(

@PlOszukiwaczDEV
Copy link

port modu to the web browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants