Add docstring to count_vowels function #14152
+8
−1
Open
Annotations
10 errors
|
Run uvx ruff check --output-format=github .:
strings/count_vowels.py#L13
strings/count_vowels.py:13:12: invalid-syntax: Expected a statement
|
|
Run uvx ruff check --output-format=github .:
strings/count_vowels.py#L13
strings/count_vowels.py:13:5: invalid-syntax: Expected a statement
|
|
Run uvx ruff check --output-format=github .:
strings/count_vowels.py#L12
strings/count_vowels.py:12:47: invalid-syntax: Expected an identifier
|
|
Run uvx ruff check --output-format=github .:
strings/count_vowels.py#L12
strings/count_vowels.py:12:46: invalid-syntax: Expected an expression
|
|
Run uvx ruff check --output-format=github .:
strings/count_vowels.py#L12
strings/count_vowels.py:12:37: invalid-syntax: Simple statements must be separated by newlines or semicolons
|
|
Run uvx ruff check --output-format=github .:
strings/count_vowels.py#L12
strings/count_vowels.py:12:31: invalid-syntax: Simple statements must be separated by newlines or semicolons
|
|
Run uvx ruff check --output-format=github .:
strings/count_vowels.py#L12
strings/count_vowels.py:12:28: invalid-syntax: Simple statements must be separated by newlines or semicolons
|
|
Run uvx ruff check --output-format=github .:
strings/count_vowels.py#L12
strings/count_vowels.py:12:21: invalid-syntax: Simple statements must be separated by newlines or semicolons
|
|
Run uvx ruff check --output-format=github .:
strings/count_vowels.py#L12
strings/count_vowels.py:12:12: invalid-syntax: Simple statements must be separated by newlines or semicolons
|
|
Run uvx ruff check --output-format=github .:
strings/count_vowels.py#L12
strings/count_vowels.py:12:5: invalid-syntax: Expected a statement
|
Loading