Skip to content

Instantly share code, notes, and snippets.

@kunigami
Created February 1, 2020 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunigami/c145e1308e5b8a3b17fbd45cbbaa5d6e to your computer and use it in GitHub Desktop.
Save kunigami/c145e1308e5b8a3b17fbd45cbbaa5d6e to your computer and use it in GitHub Desktop.
def generator():
yield from generator2()
yield from generator3()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment