Closed
Description
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
Labels
No labels