/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
- 4 votes281 views5 answers
- 0 vote281 views1 answer
- 0 vote309 views1 answer
- 0 vote285 views1 answer
- 0 vote307 views1 answer
- 0 vote280 views1 answer
- 4 votes235 views2 answers
- 0 vote354 views1 answer
- 1 vote352 views1 answer
- 0 vote306 views1 answer