The following code contains several nested if-else statements. Unfortunately, it was written without proper alignment and indentation.

Question:

The following code contains several nested if-else statements. Unfortunately, it was written without proper alignment and indentation. Rewrite the code and use the proper conventions of alignment and indentation.if score >= A_score: print('Your grade is A.') else: if score >= B_score: print('Your grade is B.') else: if

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: