Read element in a zipped list : Zip : Buildin Function PYTHON examples


PYTHON examples » Buildin Function » Zip »

 

Read element in a zipped list


Read element in a zipped list


L1 = [1,2,3,4]
L2 = [5,6,7,8]

print zip(L1,L2)

for (x,yin zip(L1, L2):
     print x, y, '--', x+y


           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Buildin Function
» Zip


Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0