(Choose 1 answer)
What do we do to a Python statement that is immediately after an if statement to indicate tha to be executed only when the if statement is true?
A. Underline all of the conditional code
B. Indent the line below the if statement
C. Start the statement with a "#" character
D. Begin the statement with a curly brace {
Finish
Exit 47