0
Solve problem in python
Input->hello brother Output->rehtorb olleh Just opposite ,but alternative word
2 Respuestas
+ 1
Hey Prahlad Gaur🇮🇳 You Wanna Reverse Your String Right.
Here Is The Solution Of Your Query :
x=input()
x=x[::-1]
print(x)
+ 4
Refer to this lesson for better understanding:-
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2453/