text="HellolPython|World"print(text)print(text.split("|"))
Standard input is empty
HellolPython|World ['HellolPython', 'World']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!