Contact: aviboots(AT)netvision.net.il
39,961 questions
51,903 answers
573 users
s = 'python java c++ c swift' s = s.split(' ') print(s) ''' run: ['python', 'java', 'c++', 'c', 'swift'] '''