Python Forum
Why the IDE cannot show the result of zip function?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why the IDE cannot show the result of zip function?
#1
Here is my codes,I am trying to zip two lists
a = [1,2,3]
b = [4,5,6]

print(zip(a,b))
It just printed the location

Error:
<zip object at 0x10c6b2488>
May i ask why is it so?
Reply


Messages In This Thread
Why the IDE cannot show the result of zip function? - by Tony - May-18-2018, 05:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PIL Image im.show() no show! Pedroski55 2 995 Sep-12-2022, 10:19 PM
Last Post: Pedroski55
  PIL Image im.show() no show! Pedroski55 6 5,005 Feb-08-2022, 06:32 AM
Last Post: Pedroski55
  unable to use result of solver in another function ross1993hall 0 1,427 Aug-10-2020, 10:29 AM
Last Post: ross1993hall
  How to use function result in another function Ayckinn 4 2,865 Jun-16-2020, 04:50 PM
Last Post: Ayckinn
  Pandas's regular expression function result is so strange cools0607 6 3,227 Jun-15-2020, 07:34 AM
Last Post: cools0607
  Confusion with datetime 'dst' function result jsmith1703 4 3,380 Nov-16-2019, 02:55 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020