4 odpowiedzi
+ 2
= str(input("enter your name we will show reverse value : \n"))
'''reverse the character which convert in lst'''
a = list(reversed(a))
''''join the list'''
a = "".join(a)
'''print join list it will show your reverae name'''
print(a)
you can use sort function also
+ 5
We are not here to do your work. We are here to solve your problem so ask that only.
+ 3
u got it almost