Skip to content

Issue on page /notebooks/05-Python_I.html #56

@kokestu

Description

@kokestu

Since Python 3, we've had really nice format strings that don't require overloading of the % operator. I think these should be preferred, e.g.:

"%d is Even!" % x

can be

f"{x} is Even!"

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