/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
- 2 votes165 views2 answers
- 0 vote472 views1 answer
- 0 vote137 views1 answer
- 34 votes143 views6 answers
- 52 votes153 views6 answers
- 0 vote168 views2 answers
- 2 votes136 views1 answer
- 0 vote170 views1 answer
- -2 votes162 views4 answers
- 0 vote144 views1 answer