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 c82d6b3 commit 40d72d5Copy full SHA for 40d72d5
strings/palindrome.py
@@ -12,6 +12,7 @@
12
"ABC": False,
13
"amanaplanacanalpanama": True, # "a man a plan a canal panama"
14
"abcdba": False,
15
+ "AB": False,
16
}
17
# Ensure our test data is valid
18
assert all((key == key[::-1]) is value for key, value in test_data.items())
0 commit comments