Contact: aviboots(AT)netvision.net.il
39,923 questions
51,856 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 '''