Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 16, 2019 14:54
Show Gist options
  • Save Ventsislav-Yordanov/0630efdb0197d4468011d580b38265a2 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/0630efdb0197d4468011d580b38265a2 to your computer and use it in GitHub Desktop.
def args_example(*args):
for arg in args:
print(arg)
args_example(5, 10, 15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment