Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d981917

Browse filesBrowse files
authored
Rename recursivePalindrome.py to recursive_palindrome.py
1 parent 0f38e59 commit d981917
Copy full SHA for d981917

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎strings/recursivePalindrome.py renamed to ‎strings/recursive_palindrome.py

Copy file name to clipboardExpand all lines: strings/recursive_palindrome.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def checkString(string):
77
return False
88
else: return string[0] == string[-1]
99

10-
print(checkString(input("check word for palindrome: ")))
10+
print(checkString(input("check word for palindrome: ")))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.