What happens when the condition of an if / else statement is True?

The if code block runsThe else code block runsBoth the if and the else code blocks run

The if code block runs.