2 lines
82 B
Python

players = ['charles', 'martina', 'michael', 'florence', 'eli']
print(players[0:3])