🏅🏆Challenge: Make a palindrome checker🏆🏅 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

🏅🏆Challenge: Make a palindrome checker🏆🏅

A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward as forward. your program needs to detect a sentence/word/numbers and return a positive or nagative value Example: "lol" is palindrome, so the result will be true 677 is not palindrome, so the result be false here is my try: https://code.sololearn.com/cW8CRdXMDhVL/?ref=app

5th Oct 2017, 6:05 PM
Avi Rzayev
Avi Rzayev - avatar
17 Answers
+ 4
https://code.sololearn.com/cm8HT0Zzlhzj/?ref=app
5th Oct 2017, 6:15 PM
Kartikey Sahu
Kartikey Sahu - avatar
28th Oct 2017, 1:54 PM
SAKSHI
SAKSHI - avatar
+ 3
https://code.sololearn.com/cR4DVjNP4rXd/?ref=app https://code.sololearn.com/cgtlGQC2E04W/?ref=app
5th Oct 2017, 6:43 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
7th Oct 2017, 6:41 AM
noobcøder
noobcøder - avatar
+ 3
Updated version. Works for sentences and dates now. https://code.sololearn.com/c50l3gZTFlN1/?ref=app
8th Oct 2017, 9:37 AM
Emma
+ 3
First code is used to check a word is palindrome or not. And Second code is used to check a number is palindrome or not. https://code.sololearn.com/Wx09Bus6pkF2/?ref=app https://code.sololearn.com/WRNe68xTHQpk/?ref=app
2nd Mar 2018, 8:26 PM
UnknownYmous
+ 2
here you go, recycled from another challenge 😂 https://code.sololearn.com/cJNqTkTOmt0H/?ref=app
5th Oct 2017, 6:48 PM
Luca
Luca - avatar
+ 2
Seems like a lot of the replies don't work with sentences as the challenge requested. Test your code against this palindrome: A man, a plan, a canal: Panama.
6th Oct 2017, 3:24 PM
Matt Wall
Matt Wall - avatar
2nd Mar 2018, 8:31 PM
Govind Gallani
Govind Gallani - avatar
5th Oct 2017, 10:32 PM
forrest
+ 1
https://code.sololearn.com/cC6QMgAzL5a2/?ref=app
5th Oct 2017, 11:49 PM
Emma
6th Oct 2017, 9:09 AM
Matteo Ballan
+ 1
Tried to write it so that it will work properly with sentences and phrases as requested. Suggestions welcome! https://code.sololearn.com/cKAtFn6mJMfU/#cs
6th Oct 2017, 2:56 PM
Matt Wall
Matt Wall - avatar
6th Oct 2017, 1:32 AM
Sketch
Sketch - avatar
6th Oct 2017, 6:03 AM
Victor Porta
Victor Porta - avatar
9th Dec 2017, 11:32 AM
Jonathan Álex
Jonathan Álex - avatar