Contact: aviboots(AT)netvision.net.il
39,926 questions
51,859 answers
573 users
s = "java python c c++ php c# rust go pascal" words = [word for word in s.split() if word[0] == "p"] print(words) ''' run: ['python', 'php', 'pascal'] '''