8000
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 0f38e59 commit d981917Copy full SHA for d981917
strings/recursivePalindrome.py renamed to strings/recursive_palindrome.py
@@ -7,4 +7,4 @@ def checkString(string):
7
return False
8
else: return string[0] == string[-1]
9
10
-print(checkString(input("check word for palindrome: ")))
+print(checkString(input("check word for palindrome: ")))
0 commit comments