msg="hello 123 WORLD"new_msg=msg.replace("WORLD","Python")result=new_msg.lower()print("结果:",result)
Standard input is empty
结果: hello 123 python
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!