Hole | Wins | Losses | Score | +7 |
---|---|---|---|---|
1 | 38 | 43 | +7 | (+1) |
10 | ||||
Avg | 38 | 43 | +39 |
Here is the output of the provided Python script:
{'Team': ['Reds', 'Astros', 'Cubs', 'Brewers'],
'Games': [24, 4, 10, 9],
'Wins': [11, 8, 7, 6],
'Losses': [13, 2, 3, 4]}
This output shows the number of games played by each team (Reds, Astros, Cubs, Brewers), their wins, and losses in the season. Updated: July 18, 2025 at 4:46 AM