# your code goes hereword = "ABCDE" print('x' + word[1:]) print('Splat' + word[4])
Standard input is empty
xBCDE SplatE
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!