Contact: aviboots(AT)netvision.net.il
39,945 questions
51,887 answers
573 users
lst = ['python', 'java', 'c#', 'c', 'c++'] for s in lst: print(s, end=" ") ''' run: python java c# c c++ '''