Python itérera à travers la chaîne en sens inverse
for c in reversed(string):
print c
Cheerful Cormorant
for c in reversed(string):
print c