Skip to content

Instantly share code, notes, and snippets.

@alexeyproskuryakov
Created February 25, 2020 18:51
Show Gist options
  • Save alexeyproskuryakov/ac680800d7abfeca6500e70600320151 to your computer and use it in GitHub Desktop.
Save alexeyproskuryakov/ac680800d7abfeca6500e70600320151 to your computer and use it in GitHub Desktop.
def big_reverse(input):
yield from reversed(input)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment