Run
x = 'Hello' result = reversed(x) for ch in result: print(ch)
Output