Skip to content

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

@Jonseed

Description

@Jonseed

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions