python iterate através da corda em inverso
for c in reversed(string):
print c
Cheerful Cormorant
for c in reversed(string):
print c