Lab 5: Lists

Logistics

Learning Outcomes

Background

In a soccer match, a win is worth 3 points, a tie is worth 1 point, and a loss is worth 0 points. Due to poor record-keeping, the MSU KickCats know how many games they played each season, as well as the total points they earned for each season. The team has hired you to write a program that recreates the possible combinations of wins, ties and losses for each season.

Assignment

Assumption

Grading - 10 points

Test Data

soccer_seasons = [[2, 3], [2, 4], [2, 6], [17, 17], [17, 24], [10, 2], [100, 123], [0,0]]

If Time Remains