i = input("입력 : ").split() for j in i: k = j.replace('E', 'C') print(k)
HELLO WORLD
입력 : HCLLO WORLD
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!