Contact: aviboots(AT)netvision.net.il
40,866 questions
53,271 answers
573 users
string = "c c++ python java python php" word = 'python' string = string.replace(word + ' ', "", 1) print(string) ''' run: c c++ java python php '''