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 4aff923 + d85558d commit ace6b50Copy full SHA for ace6b50
other/palindrome_check.py
@@ -31,4 +31,5 @@ def is_palindrome(text: str) -> bool:
31
if __name__ == "__main__":
32
# Standard boilerplate for running documentation examples as tests.
33
import doctest
34
- doctest.testmod()
+ doctest.testmod()
35
+
0 commit comments