String Python Tutorial

foo = 'abc'
for i in range(len(foo)):
   print foo[i], '(%d)' % i