SKILL
POSTERIOR
1
Jump After Conditional Execution
NAMES
If-Else Control Flow Tracing
1
PROBLEM TYPE
Technical
PROBLEM SUBTYPE
Multiple 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:...
PRIOR
SOLUTION
1
Jump After Conditional Execution