Python итерация через строку в обратном
for c in reversed(string):
print c
Cheerful Cormorant
for c in reversed(string):
print c