String Python

sentence = 'It is raining cats and dogs'
words = sentence.split()
print words