Run ❯
Get your
own
website
×
Change Orientation
alph = ["a", "b", "c", "d"] ralph = reversed(alph) for x in ralph: print(x)
d
c
b
a