M3talM0nk3y 68f6e9ac30
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>
2022-10-26 16:31:16 +13:00
..
2021-11-08 18:58:15 +01:00
2021-11-08 18:58:15 +01:00
2021-10-31 11:36:03 +01:00
2022-09-05 02:51:11 +01:00
2022-10-16 09:43:29 +02:00
2022-09-21 16:37:38 +01:00
2021-04-12 13:40:10 +02:00
2022-05-01 18:44:23 +08:00
2020-11-18 12:07:30 +05:30
2022-06-24 00:47:29 +08:00