Added a code that checks if a given input (phrase, word, or integer) #11915
Annotations
3 errors
Ruff (E501):
strings/word_phrase_int_palindrome.py#L2
strings/word_phrase_int_palindrome.py:2:89: E501 Line too long (90 > 88)
|
Ruff (W293):
strings/word_phrase_int_palindrome.py#L4
strings/word_phrase_int_palindrome.py:4:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|