Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from itertools import *
- for i in zip(count(1), ['a', 'b', ('c' * 4)]):
- print(i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement