Skip to content

Instantly share code, notes, and snippets.

@njgibbon
Created September 14, 2019 16:14
Show Gist options
  • Save njgibbon/a39f0f044cb1f41fa0c46515be35a9e7 to your computer and use it in GitHub Desktop.
Save njgibbon/a39f0f044cb1f41fa0c46515be35a9e7 to your computer and use it in GitHub Desktop.
def reverse_4(s: str) -> str:
return ''.join(reversed(s))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment