Skip to content

Instantly share code, notes, and snippets.

@yuda110
Created September 12, 2017 01:31
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 yuda110/23174bec7946987322fab1c70191cbcd to your computer and use it in GitHub Desktop.
Save yuda110/23174bec7946987322fab1c70191cbcd to your computer and use it in GitHub Desktop.
def foo(*args):
for arg in args:
print(arg)
foo(1, 2, 3, 4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment