[New-bugs-announce] [issue29664] zip() python 3 documentation not working at all !

Muhammad Salem report at bugs.python.org
Mon Feb 27 05:38:18 EST 2017


New submission from Muhammad Salem:

this code from the python documentation itself not working!

>>> x = [1, 2, 3]
>>> y = [4, 5, 6]
>>> zipped = zip(x, y)

this code is copied from the python 3 official documentation itself even though it is working for me I am using python 3.5.2 on ubuntu 16.04 LTS

----------
components: Interpreter Core
messages: 288631
nosy: Muhammad Salem
priority: normal
severity: normal
status: open
title: zip() python 3 documentation not working at all !
type: compile error
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29664>
_______________________________________


More information about the New-bugs-announce mailing list