Contact: aviboots(AT)netvision.net.il
39,923 questions
51,856 answers
573 users
s = "Python programming language" words = s.split() print(words) ''' run: ['Python', 'programming', 'language'] '''