+ 7
5 Réponses
+ 9
https://code.sololearn.com/cBB42CSLuFkC/?ref=app
+ 8
here's my code which reverses the string and ignores capitals and punctuation. https://code.sololearn.com/WpbOkxJE38uu/?ref=app
+ 3
Good code man...but how it is a Palindrome then. You are just printing the reversed string . Join both the original and new string to make the Palindrome.
View my code....
https://code.sololearn.com/cCMXTaTdVdr9/?ref=app
0
Here are my new tries, now using Python:
https://code.sololearn.com/ckzKZUhvplvr/?ref=app
https://code.sololearn.com/cdb28fBq2f90/?ref=app