fork download
  1. a = "aloha"
  2. b = a.replace("h", "")
  3. print(b)
Success #stdin #stdout 0.02s 9056KB
stdin
Standard input is empty
stdout
aloa