Unit 3 Task 6: Team roster

Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.

Unit 3 Task 6 - Team roster

← Unit 3 tasks - Solution


Build a roster (list of player names). Ask for names until the user enters done.

Print: Team has N players: then each name on its own line.

Skills: empty list, append, len, loop for printing.