How should I reverse the given value or string to make a Palindrome in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 21

How should I reverse the given value or string to make a Palindrome in python?

6th Aug 2018, 5:47 AM
Bramhanandacharya
Bramhanandacharya - avatar
7 Answers
+ 13
str[::-1]
6th Aug 2018, 7:05 AM
Mert Yazıcı
Mert Yazıcı - avatar
+ 14
Thank you all 😄
20th Aug 2018, 7:14 AM
Bramhanandacharya
Bramhanandacharya - avatar
+ 7
str[::-1]
13th Aug 2018, 4:47 AM
Nitesh Upase
Nitesh Upase - avatar
+ 6
str [::-1]
15th Nov 2018, 6:28 AM
Vishal Panchal
Vishal Panchal - avatar
+ 4
st[::-1]
18th Aug 2018, 3:26 PM
Aditya Bokkisum
Aditya Bokkisum - avatar
+ 3
Use str[::-1]
12th Dec 2018, 2:15 PM
Sagir Tanimu
Sagir Tanimu - avatar
- 2
+10
9th Dec 2018, 9:18 AM
real hope
real hope - avatar