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.
2 parents ec3a7e8 + 6ec0d24 commit e9951f9Copy full SHA for e9951f9
other/palindrome_check.py
@@ -33,4 +33,5 @@ def is_palindrome(text: str) -> bool:
33
if __name__ == "__main__":
34
# Standard boilerplate for running documentation examples as tests.
35
import doctest
36
- doctest.testmod()
+ doctest.testmod()
37
+
0 commit comments