fork(1) download
  1. i = input("입력 : ")
  2. j = i.replace('E', 'C')
  3.  
  4. print(j)
Success #stdin #stdout 0.02s 9172KB
stdin
HELLO WORLD
stdout
입력 : HCLLO WORLD