forked from hackerearthclub/CODE2RACE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Question for practice | ||
Joseph came across the next question , which asked him to check if the word spelt the same backwards . | ||
|
||
A simple enough question , he started to solve the question only to be constrained by language allowed. | ||
|
||
(Input a string (of character <80) from the user and print whether the string is a palindrome or not. | ||
|
||
Assume no spaces between characters.) Sample Input: eergreejj | ||
|
||
Sample Output: Not At All | ||
|
||
(If it is a palindrome - print "Indeed") | ||
|
||
SAMPLE INPUT | ||
eergreejj | ||
SAMPLE OUTPUT | ||
Not At All |