/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
- 5 votes233 views2 answers
- 0 vote212 views1 answer
- -1 vote228 views1 answer
- 0 vote240 views1 answer
- 3 votes216 views1 answer
- 0 vote225 views1 answer
- 1 vote209 views2 answers
- 6 votes230 views1 answer
- 0 vote208 views2 answers
- 16 votes219 views6 answers