In [1]: def foo(a, (b, c)): ...: pass File "<ipython-input-1-8f113877c7ef>", line 1 def foo(a, (b, c)): ^ SyntaxError: invalid syntax