Which of the following lines will NOT result in a syntax error?

A. if a = b :
B. If a > b
C. If a > b:
D. If a > b:

B. If a > b