Skip to content

Commit 34fa985

Browse files
Merge pull request geekcomputers#331 from Naman-Garg-06/patch-2
Update Palindrome_Checker.py
2 parents b66ed8f + d27c822 commit 34fa985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Palindrome_Checker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# PALINDROME: A word, phrase, or sequence that reads the same backward as forward
44

55
samplePhrase = "A man, a plan, a cat, a ham, a yak, a yam, a hat, a canal-Panama!"
6-
givenPhrase = ""
7-
phrase = ""
6+
#givenPhrase = ""
7+
#phrase = ""
88

99
givenPhrase = input("\nPlease input a phrase:(Press ENTER to use the sample phrase) ")
1010

0 commit comments

Comments
 (0)