/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
- 13 votes258 views3 answers
- 1 vote260 views1 answer
- 4 votes291 views2 answers
- 0 vote266 views1 answer
- 7 votes255 views2 answers
- 2 votes277 views2 answers
- 0 vote247 views1 answer
- 1 vote261 views1 answer
- 0 vote252 views1 answer
- 0 vote226 views1 answer