Well you have done good so far!!
Do you know why 'Mumbai Indians' has won the most number of IPL seasons so far? Mumbai Indians loves chasing as they have some excellent finishers from across the globe in their team. Being so strong while chasing, Mumbai Indians stress a lot on winning the toss.
Their ideology is simple:
Win the TOSS and win the MATCH
One way the team can optimise its performance is by finding the number of tosses won by the team.
- Extracts the set of team records along with the team that won the toss.
Parameter | dtype | argument type | default value | description |
---|---|---|---|---|
team | String | compulsory | team which you want to know the toss statistics |
Parameter | dtype | description |
---|---|---|
variable | int | total no. of tosses won |
Note :Solve this Assignment using Numpy only