Skip to content

Instantly share code, notes, and snippets.

@mattikus
Created June 9, 2014 22:57
Show Gist options
  • Save mattikus/635a0dfee13346d7c077 to your computer and use it in GitHub Desktop.
Save mattikus/635a0dfee13346d7c077 to your computer and use it in GitHub Desktop.
some_random_dict = {}
def foo(*args):
for arg in args:
do_somthing(some_random_dict,
another_argument,
arg)
bar = another_random_call()
return bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment