Python - Conditional Statements
What happens when the inner
if condition in a nested conditional is false but the outer if is true?if condition in a nested conditional is false but the outer if is true?if is true, so its block runs. Inside it, the inner if condition is checked.if condition is falseif is false, the inner else block runs, not the outer else.else block runs -> Option D15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions