Advertisement
atemvm

Untitled

Jul 3rd, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. In [1]: def test(*args):
  2.     print(*args)
  3.    ...:
  4.   File "<ipython-input-1-04d85dec7e5d>", line 2
  5.     print(*args)
  6.           ^
  7. SyntaxError: invalid syntax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement