All pastes #542745 Raw Edit

idiomatic

public python v1 · immutable
#542745 ·published 2007-06-05 22:20 UTC
rendered paste body
for i,text in itertools.izip(itertools.count(), text_list):  text.text = 'Ahmed%d' % (i)