Buildin Function Python

sentence = 'It is raining cats and dogs'
 
lengths = map(lambda word: len(word), words)
print lengths