Skip to content

Pangram: Add non-basic characters in the test suite #824

Closed
@sir4ur0n

Description

@sir4ur0n

I see many students filtering using Char.isLetter , then removing duplicates, and then checking the size is 26.

I think this would be nice to add other characters (e.g. '字') which are letters (Char.isLetter '字' == True) in the test suite to make them realize this is not a good enough function for pangram.

Any opinion? If you agree I can submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions