Q-5: If score = 93, what will print when the following code executes?
This code uses multiple independent if statements instead of elif, so all conditions are checked and the grade gets overwritten multiple times.
Q-5: If score = 93, what will print when the following code executes?
This code uses multiple independent if statements instead of elif, so all conditions are checked and the grade gets overwritten multiple times.