How would you reverse a string
Anonymous
String reversed_string=None for i in range(len(reverse_this), -1): Reversed_string+= reverse_this[i] I tried to use string splicing but they wanted a for loop lol. String[::-2]
Check out your Company Bowl for anonymous work chats.