Contact: aviboots(AT)netvision.net.il
39,939 questions
51,876 answers
573 users
s = 'python java php c c++ c# vb.net' s = ''.join((filter(lambda ch: ch not in ['p', 'a', 'b'], s))) print(s) ''' run: ython jv h c c++ c# v.net '''