List Python Tutorial

x = ['a', 'ab', 'ac', 'add', 'ae']
x.sort(key=len)
print x