/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
- 36 votes205 views4 answers
- 44 votes193 views6 answers
- 0 vote206 views1 answer
- 0 vote218 views3 answers
- 0 vote188 views1 answer
- 0 vote201 views1 answer
- 0 vote209 views3 answers
- 2 votes221 views1 answer
- 16 votes218 views6 answers
- 1 vote197 views1 answer