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])
Finding Direction: Navigating Career Goals and Life Aspirations Life often presents us with a myriad of choices, and the path to fulfillme...
No comments:
Post a Comment