Python iteruj sznur na odwrót
for c in reversed(string):
print c
Cheerful Cormorant
for c in reversed(string):
print c