Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Find the names of all players that got bowled out in the second innings.

IPL has always been harsh on the bowlers, and we so that becoming true in the first match itself. The bowlers competed as hard as the batsmen themselves.

But such is the nature of T20, that bowlers rarely get praised for their effors.

So, now it's time to appreciate the efforts made by the bowlers.

  • So, save the number of players whose mode of dismissal was bowled out in the variable bowled_players.

Hint: This task is similar to the previous one.

So let's do it.