/ Published in: Python
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for i, j, q in [1, 2, 3], [4, 5, 6], [7, 8, 9]: print 'i =', i print 'j = ', j print 'q =', q