Skip to content

have basic example on reading and writing files #15

@sebhmg

Description

@sebhmg

Have basic example of opening, reading, and writing a file.
Explaining the concept of context by the way.

with open("my_file.txt", encoding="utf-8") as f:
    ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions