string = input("Enter a string:")
print("The", string, "in reverse order is:")
length = len(string)
for l in range(-1, (-length-1), -1):
print(string[l])
Quote 53: Ethical earning is key. Quote 52: Grades matter, but your skills, curiosity, and consistency matter even more. Quote 51: Be curio...
No comments:
Post a Comment