Skip to content

Instantly share code, notes, and snippets.

@Timothy102
Created January 29, 2021 18:06
### THIS IS RIGHT ###
gen = generator()
print(next(gen))
### THIS IS WRONG ###
print(next(generator))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment