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