Contact: aviboots(AT)netvision.net.il
37,088 questions
48,466 answers
573 users
s = "python c# rust java c c++ java java golang" remove = "java" s = s.replace(remove, "") print(s) ''' run: python c# rust c c++ golang '''