Skip to content

Instantly share code, notes, and snippets.

@andrealmar
Created March 8, 2016 03:32
Show Gist options
  • Save andrealmar/8f96a548700496470729 to your computer and use it in GitHub Desktop.
Save andrealmar/8f96a548700496470729 to your computer and use it in GitHub Desktop.
>>> for item in generator():
... print(item)
...
Essa é uma função Generator
1
2
3
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment