/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
- 1 vote104 views4 answers
- 1 vote103 views3 answers
- 25 votes100 views6 answers
- 0 vote97 views1 answer
- 0 vote105 views1 answer
- 0 vote98 views1 answer
- 0 vote144 views1 answer
- 1 vote122 views1 answer
- 0 vote112 views1 answer
- 0 vote106 views1 answer