Add algorithm to count vowels and consonants in a string #16688
Annotations
6 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (F821):
strings/count_vowels_consonants.py#L28
strings/count_vowels_consonants.py:28:4: F821 Undefined name `_name_`
|
|
Ruff (W291):
strings/count_vowels_consonants.py#L11
strings/count_vowels_consonants.py:11:58: W291 Trailing whitespace
|
|
Ruff (W291):
electronics/wheatstone_bridge.py#L23
electronics/wheatstone_bridge.py:23:52: W291 Trailing whitespace
|
|
Ruff (W291):
electronics/wheatstone_bridge.py#L13
electronics/wheatstone_bridge.py:13:61: W291 Trailing whitespace
|
|
Ruff (W291):
electronics/wheatstone_bridge.py#L12
electronics/wheatstone_bridge.py:12:60: W291 Trailing whitespace
|