vowel_check.py #11442
Annotations
2 errors
Ruff (PLR1714):
strings/vowel_check.py#L7
strings/vowel_check.py:7:8: PLR1714 Consider merging multiple comparisons: `i in ("a", "e", "i", "o", "u")`. Use a `set` if the elements are hashable.
|
ruff
Process completed with exit code 1.
|