num1 < num2
is true, Python will execute the code inside the if block.Visual Suggestion: Show a basic diagram with arrows representing how the program flow moves to the “True” block when the condition is met.if
statements with clear visuals.True
and False
paths.if
and else
statements on a single line.AND
, OR
, and NOT
can be used in your conditions for more complex decision-making.