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

"Using Python on Replit": "Writing Your First Program on Replit" missing some details #362

Open
Jonseed opened this issue Jul 30, 2022 · 1 comment

Comments

@Jonseed
Copy link

Jonseed commented Jul 30, 2022

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.

@csev
Copy link
Owner

csev commented Jul 31, 2022

Thanks! Let me come up with some better wording.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants