Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
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.