Hacker News new | ask | show | jobs
by xapata 1937 days ago

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

Ok, I thought about *operator.