Skip to content

Instantly share code, notes, and snippets.

@amitsaha
Created November 1, 2012 07:00
Show Gist options
  • Save amitsaha/3992245 to your computer and use it in GitHub Desktop.
Save amitsaha/3992245 to your computer and use it in GitHub Desktop.
foobar
>> def foo():
return 'foo'
>> [foo() for _ in range(300)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment