A sentence is split up into a list of words : String Split : String PYTHON examples


PYTHON examples » String » String Split »

 

A sentence is split up into a list of words


A sentence is split up into a list of words




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

 
           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo String
» String Split