[issue29664] zip() python 3 documentation not working at all !

Muhammad Salem report at bugs.python.org
Mon Feb 27 05:47:29 EST 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue29664>
_______________________________________


More information about the Python-bugs-list mailing list