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