players = ['charles', 'martina', 'michael', 'florence', 'eli']print(players[0:3])
Standard input is empty
['charles', 'martina', 'michael']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!