>>734
count = range(0,10)
for i,cnt in zip(range(10), count):
__print(i,cnt)