Multiple Choices
(Choose 1 answer)
What do we do to a Python statement that is immediately after an if statement to indicate that the statement is 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 {