# your code goes here str = "ABCDEFGHIJK"; print str.split("DEF");
Standard input is empty
['ABC', 'GHIJK']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!