Answer to Question #280334 in Python for kevin

Question #280334

1. Batsman with best strikerate and average in different total runs range a. 1-1000, 1000-2000, 2000-3000 and so on up to maximum runs.

2. Find Best bowler and best batsman. 

3. Maximum catches, maximum extra runs, etc.

4. Any other question of your choice.


1
Expert's answer
2021-12-16T04:44:58-0500
s_rate = int(input('Enter strikerate here: '))
if 1 <= s_rate < 1000:
    print('bad')
elif 1000 <= s_rate < 2000:
    print('average')
else:
    print('good')

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS