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
When setting up Replit, you cannot just log in to your new account and go directly to the Files tab to create a new file. You must first create a "repl," set it to Python, and give it a title. Then you can create a new file in the Files tab, etc.
Also, creating a new file called hello.py, entering some code, and clicking the "Run" button it will not produce anything in the console because the repl is set to default running the main.py. So you either have to put your hello world code in the main.py or change the run file in the .replit config file (which is hidden and must be unhid) to hello.py before the "Run" button will run the hello world code.
The text was updated successfully, but these errors were encountered:
When setting up Replit, you cannot just log in to your new account and go directly to the Files tab to create a new file. You must first create a "repl," set it to Python, and give it a title. Then you can create a new file in the Files tab, etc.
Also, creating a new file called hello.py, entering some code, and clicking the "Run" button it will not produce anything in the console because the repl is set to default running the main.py. So you either have to put your hello world code in the main.py or change the run file in the .replit config file (which is hidden and must be unhid) to hello.py before the "Run" button will run the hello world code.
The text was updated successfully, but these errors were encountered: