SUPERSET
POSTERIOR
1
Jump After Conditional Execution
NAMES
If-Else Control Flow Tracing
1
PROBLEM TYPE
Single Choice
REQUIREMENT
The interpreter is at line (2). To which line whill it jump in the next step?123456789if bool_a: method_a() elif bool_b: method_b() elif bool_c:...
COMPETENCE
PRIOR
SUBSET