wei/unit_4/players.py

6 lines
86 B
Python

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