Hole | Wins | Losses | Score | +2 |
---|---|---|---|---|
1 | 41 | 40 | +4 | (+1) |
10 | 47 | 34 | +2 | (-3) |
Avg | 44 | 37 | +33 |
Here is the output of the code:
{
"dates": [
{
"date": "2010-03-27",
"home_team": "Arizona Diamondbacks",
"away_team": "San Diego Padres",
"score": {
"away_team": 3,
"home_team": 1
},
"outcome": "win"
},
{
"date": "2010-03-28",
"home_team": "Arizona Diamondbacks",
"away_team": "San Francisco Giants",
"score": {
"away_team": 2,
"home_team": 1
},
"outcome": "win"
},
...
]
}
This is a Python dictionary representing the dates of MLB games played by the Arizona Diamondbacks, including their home team scores and outcomes. Updated: July 18, 2025 at 4:00 AM