This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Muhammad Salem
Recipients Muhammad Salem
Date 2017-02-27.10:38:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488191898.8.0.43175985321.issue29664@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-02-27 10:38:18Muhammad Salemsetrecipients: + Muhammad Salem
2017-02-27 10:38:18Muhammad Salemsetmessageid: <1488191898.8.0.43175985321.issue29664@psf.upfronthosting.co.za>
2017-02-27 10:38:18Muhammad Salemlinkissue29664 messages
2017-02-27 10:38:18Muhammad Salemcreate