Contact: aviboots(AT)netvision.net.il
43,228 questions
56,130 answers
573 users
s = 'python java c++ c swift' s = s.split(' ') print(s) ''' run: ['python', 'java', 'c++', 'c', 'swift'] '''