File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 91
91
92
92
Winning pitcher: Y. Ventura (Royals) - Losing Pitcher: C. Wilson (Angels)
93
93
94
- You can easily find stats for the Mets batters
94
+ You can easily print a list of the Mets batters
95
95
in the final game of the 2015 World Series:
96
96
97
97
#!python
105
105
106
106
And the output is:
107
107
108
- Curtis Granderson - 1 for 4 with 1 RBI and 1 Home Runs
109
- David Wright - 1 for 5
110
- Daniel Murphy - 0 for 3
111
- Yoenis Cespedes - 0 for 3
112
- Juan Lagares - 0 for 2
113
- Lucas Duda - 0 for 2 with 1 RBI
114
- Travis d'Arnaud - 0 for 5
115
- Michael Conforto - 2 for 5
116
- Wilmer Flores - 0 for 4
117
- Matt Harvey - 0 for 3
118
- Jeurys Familia - 0 for 0
119
- Kelly Johnson - 0 for 1
120
- Jon Niese - 0 for 0
121
- Addison Reed - 0 for 0
122
- Bartolo Colon - 0 for 0
108
+ Curtis Granderson (RF)
109
+ David Wright (3B)
110
+ Daniel Murphy (2B)
111
+ Yoenis Cespedes (CF)
112
+ Juan Lagares (CF)
113
+ Lucas Duda (1B)
114
+ Travis d'Arnaud (C)
115
+ Michael Conforto (LF)
116
+ Wilmer Flores (SS)
117
+ Matt Harvey (P)
118
+ Jeurys Familia (P)
119
+ Kelly Johnson (PH)
120
+ Jonathon Niese (P)
121
+ Addison Reed (P)
122
+ Bartolo Colon (P)
123
123
124
124
"""
125
125
You can’t perform that action at this time.
0 commit comments