0
can anyone tell me how to reverse alpabets in python i am trying on codecoach extraterrestial for that i need to reverse
3 Respostas
+ 3
Try
x = input()
print(x[::-1])
+ 1
Thanks it works 😆
0
The link is just for shot for me to enter the discussion i used it, sorry if it causes any offence