Skip to content

Instantly share code, notes, and snippets.

@mithrandi
Created March 20, 2014 08:04
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 mithrandi/9659276 to your computer and use it in GitHub Desktop.
Save mithrandi/9659276 to your computer and use it in GitHub Desktop.
for thing in [thing1, thing2]:
yield blahblahblah(thing)
####
for thing in [
thing1, thing2, thing3, thing4, thing5]:
yield blahblahblah(thing)
####
for thing in [thing1, thing2, thing3,
thing4, thing5]:
yield blahblahblah(thing)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment