Written a function for Palindrome checker #11422
Annotations
3 errors
Ruff (I001):
maths/is_string_palindrome.py#L1
maths/is_string_palindrome.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W292):
maths/is_string_palindrome.py#L49
maths/is_string_palindrome.py:49:22: W292 No newline at end of file
|
ruff
Process completed with exit code 1.
|