fork download
  1. a = "hello world"
  2. a = a.replace("hello" , "hi")
  3. print(a)
Success #stdin #stdout 0.08s 14132KB
stdin
Standard input is empty
stdout
hi world