Question: Need Help 'B' stdnt_score = int(input (Enter your scroe: )) if stdnt_score > 59: letter - D' elif stdnt_score > 79: letter elif stdnt_score >
Need Help

'B' stdnt_score = int(input ("Enter your scroe: ")) if stdnt_score > 59: letter - D' elif stdnt_score > 79: letter elif stdnt_score > 69: letter elif stdnt_score > 89: letter = 'A else: letter = 'F' print("stdnt_score=", stdnt_score, "letter =", letter) How are you going to code to solve the problem? Please provide your source code file (.py) in an attachment if the indentation of your code cannot be shown properly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
