Add docstring to palindrome function #16713
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (invalid-syntax):
maths/prime_check.py#L100
maths/prime_check.py:100:1: invalid-syntax: Expected dedent, found end of file
|
|
Ruff (invalid-syntax):
maths/prime_check.py#L52
maths/prime_check.py:52:1: invalid-syntax: Unexpected indentation
|
|
Ruff (invalid-syntax):
maths/prime_check.py#L19
maths/prime_check.py:19:1: invalid-syntax: unindent does not match any outer indentation level
|
|
Ruff (invalid-syntax):
maths/prime_check.py#L17
maths/prime_check.py:17:1: invalid-syntax: unindent does not match any outer indentation level
|