Contact: aviboots(AT)netvision.net.il
39,923 questions
51,856 answers
573 users
lst = ["python", "c", "c++", "c#", "java", "php", "nodejs", "ada", "go"] for word in lst: if 'o' in word and 'n' in word: print(word) ''' run: python nodejs '''