Guest User

Untitled

a guest
Feb 18th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. def args_example(*args):
  2. for arg in args:
  3. print(arg)
  4.  
  5. args_example(5, 10, 15)
Add Comment
Please, Sign In to add comment