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])
Video Link The video contains snaps from 2019 throwback ones when i was doing my masters studies from university of surrey, guildford, londo...
No comments:
Post a Comment