String Python Tutorial

foo = 'abc'
for c in foo:
    print c