Where do we write the if statement's condition?
Between the if keyword and the colon
:
Between parentheses
()
Before the if keyword
Between the if keyword and the colon
:
.