Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- team_short =[]
- team = ['Danny Ward', 'Josh Knight', 'Harry Maguire', 'Ben Chilwell', 'Ricardo Pereira', 'Harvey Barnes', 'James Maddison', 'Hamza Choudhury', 'Thakgalo Leshabela', 'Kelechi Iheanacho', 'Jamie Vardy']
- for playName in team:
- team_short.append(playName[:3])
- print (team_short)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement