Guest User

Untitled

a guest
Feb 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def args_example(*args):
  2. print(type(args))
  3. print(args)
  4.  
  5. args_example(1, 23, 4, 52, 2, 123)
Add Comment
Please, Sign In to add comment