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 b66ed8f + d27c822 commit 34fa985Copy full SHA for 34fa985
Palindrome_Checker.py
@@ -3,8 +3,8 @@
3
# PALINDROME: A word, phrase, or sequence that reads the same backward as forward
4
5
samplePhrase = "A man, a plan, a cat, a ham, a yak, a yam, a hat, a canal-Panama!"
6
-givenPhrase = ""
7
-phrase = ""
+#givenPhrase = ""
+#phrase = ""
8
9
givenPhrase = input("\nPlease input a phrase:(Press ENTER to use the sample phrase) ")
10
0 commit comments