Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 16, 2019 14:51
Show Gist options
  • Save Ventsislav-Yordanov/62a14b99901a83f315eedc5c7125eea4 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/62a14b99901a83f315eedc5c7125eea4 to your computer and use it in GitHub Desktop.
def args_example(*args):
print(type(args))
print(args)
args_example(1, 23, 4, 52, 2, 123)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment