Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A Zip problem

I have two list of the same length

x=[10188.4, 3533.88, 773.924, 0.000000, 0.000000, 3749.69, 0.000000, 0.000000, 0.000000, 3395.03]
y=[163.350,  514.050, 864.750, 1215.45, 1566.15, 1916.85, 2267.55, 2618.25, 2968.95, 3319.65]

when i try

zip(x,y)

the result is <zip object at 0x6fcd7907988>