Skip to content

Issues with Control Flow #349

@edoardob90

Description

@edoardob90
  • Exercise solution_is_pure_number: we're checking if char in '0123456789', but the string might be a digit in another alphabet (e.g. Devangari). Built-in str.isdigit() will behave correctly, while the simple check does not

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions