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