fork download
  1. print("abc".replace("", "k"))
  2. print("".replace("", "k"))
  3.  
Success #stdin #stdout 0.08s 14200KB
stdin
Standard input is empty
stdout
kakbkck
k