Hacker News new | ask | show | jobs
by mesaframe 1937 days ago
They did? Afaik, it's there.
1 comments

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