# operator for: # Measure some strings: a = ['cat', 'window', 'defenestrate'] for x in a: print x, len(x)
No comments:
Post a Comment