- 2
Python program to check if a string is palindrome or not for example string "radar" is palindrome because the reverse of string
Answer plz
6 Respostas
+ 2
You want someone to spoonfeed you the answer now ?
Just use slicing str[::-1] to reverse the string and match it with original string . But if you aren't allowed to reverse string that way then just google "how to reverse string in python" , if after that you get stuck somewhere feel free to ask any doubt.
0
Thanks abhay bro☺️
0
Bro plz search for me plz bro
0
Hope it help
https://code.sololearn.com/c18Ltdc8It25/?ref=app