/Python/Def batting(balls,runs): points=runs/2; if runs>50: points=points+5; if runs>=100: points=points+10; strikerate=runs/balls; if strikerate>=80 and strikerate<=100: points=points+2; elif strikerate>100: points=points+4; print(points)
Def batting(balls,runs): points=runs/2; if runs>50: points=points+5; if runs>=100: points=points+10; strikerate=runs/balls; if strikerate>=80 and strikerate<=100: points=points+2; elif strikerate>100: points=points+4; print(points)
Def batting(balls,runs): points=runs/2; if runs>50: points=points+5; if runs>=100: points=points+10; strikerate=runs/balls; if strikerate>=80 and strikerate<=100: points=points+2; elif strikerate>100: points=points+4; print(points)
0
- 0 vote163 views1 answer
- 1 vote180 views1 answer
- 0 vote170 views1 answer
- 1 vote176 views1 answer
- 1 vote184 views1 answer
- 0 vote158 views1 answer
- 0 vote173 views1 answer
- 0 vote192 views1 answer
- 9 votes201 views2 answers
- 0 vote255 views2 answers