1 Matching Annotations
  1. Jan 2026
    1. 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.