fork download
  1. # your code goes here
  2. string = ' www.Geeksforgeeksfor.org hii '
  3. print(string.replace('for',''))
Success #stdin #stdout 0.02s 9128KB
stdin
Standard input is empty
stdout
   www.Geeksgeeks.org  hii