SIGN IN SIGN UP

Added function that checks if a string is an isogram (#7608)

* Added function that checks if a string is an isogram.

* Added wiki reference and fixed comments.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Made function name more self-documenting. Raise ValueError if string contains 1 or more digits. Renamed file. Lowercase string inside function.

* Removed check_isogram.py (file renamed).

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fixed test failure.

* Raise ValueError when string has non-alpha characters. Removed import.

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
M
M3talM0nk3y committed
68f6e9ac305b75a7aa8455977e35eeb942051959
Parent: 505c5e2
Committed by GitHub <noreply@github.com> on 10/26/2022, 3:31:16 AM