Muhammad Salem added the comment:

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-63-0f18e3fc2836> in <module>()
      6 x = [1, 2, 3]
      7 y = [4, 5, 6]
----> 8 zip(x, y)

TypeError: 'tuple' object is not callable

----------
components:  -Interpreter Core

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29664>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to