Skip to content

Instantly share code, notes, and snippets.

@judy2k
Created January 30, 2015 15:50
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 judy2k/c1472c3a7a7d624f00ce to your computer and use it in GitHub Desktop.
Save judy2k/c1472c3a7a7d624f00ce to your computer and use it in GitHub Desktop.
def call_me(names=[]):
names.append('Stupid')
print ' '.join(names)
for _ in range(10):
call_me()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment