text= "Hello|Python|World"bb=text.replace("Python","AI")print(bb)print(bb.upper())
Standard input is empty
Hello|AI|World HELLO|AI|WORLD
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!