The purpose of this lab was to construct a basic program that prints the individual letters of a string backwards, one line at a time.
Source Code:
planet = 0
while planet < len (“Mars”):
Mars = “Mars” [-1+planet*-1]
print Mars
planet = planet + 1