Contact: aviboots(AT)netvision.net.il
39,960 questions
51,902 answers
573 users
words = ['python', 'c++', 'c', 'c#', 'java'] for word in words: print(word) ''' run: python c++ c c# java '''