/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 vote366 views1 answer
- 30 votes354 views3 answers
- 0 vote421 views1 answer
- 0 vote358 views1 answer
- 0 vote372 views1 answer
- 0 vote338 views2 answers
- 0 vote340 views1 answer
- 1 vote363 views1 answer
- 2 votes344 views2 answers
- 0 vote322 views1 answer