'lets get back to where it all started but simpler'
def reverse_string(n): return ''.join(reversed(n))
Loading collection data...