/ Published in: Python
Expand |
Embed | Plain Text
for i, j, q in [1, 2, 3], [4, 5, 6], [7, 8, 9]: print 'i =', i print 'j = ', j print 'q =', q
You need to login to post a comment.
for i, j, q in [1, 2, 3], [4, 5, 6], [7, 8, 9]: print 'i =', i print 'j = ', j print 'q =', q
You need to login to post a comment.