fork download
  1. a = "aloha"
  2. b = a.replace("a", "")
  3. print b
Success #stdin #stdout 0.04s 63536KB
stdin
Standard input is empty
stdout
loh