Python iteriert durch die String in umgekehrt

for c in reversed(string):
     print c
Cheerful Cormorant