can anyone tell me how to reverse alpabets in python i am trying on codecoach extraterrestial for that i need to reverse | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

can anyone tell me how to reverse alpabets in python i am trying on codecoach extraterrestial for that i need to reverse

https://www.sololearn.com/discuss/2442963/?ref=app

14th Aug 2020, 7:45 AM
Blue Dot.
Blue Dot. - avatar
3 Answers
+ 3
Try x = input() print(x[::-1])
14th Aug 2020, 7:50 AM
Amit Kumar
Amit Kumar - avatar
+ 1
Thanks it works 😆
14th Aug 2020, 8:01 AM
Blue Dot.
Blue Dot. - avatar
0
The link is just for shot for me to enter the discussion i used it, sorry if it causes any offence
14th Aug 2020, 7:46 AM
Blue Dot.
Blue Dot. - avatar