Python beralih melalui string secara terbalik
for c in reversed(string):
print c
Cheerful Cormorant
for c in reversed(string):
print c