Mega Code Archive

 
Categories / Python Tutorial / String
 

Splitting Strings

sentence = "A Simple Sentence." print sentence.split()