Skip to content

Instantly share code, notes, and snippets.

@dipta007
Created June 13, 2020 09:46
Show Gist options
  • Select an option

  • Save dipta007/bcbb041d57c6bfabed83aaf8d69e1193 to your computer and use it in GitHub Desktop.

Select an option

Save dipta007/bcbb041d57c6bfabed83aaf8d69e1193 to your computer and use it in GitHub Desktop.
def one_argument(*args):
pass
def two_arguemnts(name, *args):
pass
def three_arguments(name, count, *args):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment