Python itera a través de la cadena en reversa
for c in reversed(string):
print c
Cheerful Cormorant
for c in reversed(string):
print c