Under what circumstances will the indented line of code immediately after an if statement be executed?

(1 point)

if the condition is false

If the condition is true

if the line begins with a #

if the line contains a vainable

The indented line of code immediately after an if statement will be executed if the condition is true.