String Python Tutorial

a = ['cat', 'window', 'defenestrate']
for x in a:
    print x, len(x)