We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7d3c8 commit e8ad0b5Copy full SHA for e8ad0b5
other/palindrome_check.py
@@ -34,6 +34,4 @@ def is_palindrome(text: str) -> bool:
34
# Standard boilerplate for running documentation examples as tests.
35
import doctest
36
doctest.testmod()
37
-
38
39
+
0 commit comments