Mirembe created some code so that Python 3 can be used as a calculator to multiply 67 by 15. The code reads print 67 * 15, but when it's run, a syntax error results. What correction should Mirembe make?

(1 point)
A. add quotation marks around the numbers
B. add parentheses around the numbers
C. remove the word print and add the word input
D. change the asterisk to a lower-case letter X

D. change the asterisk to a lowercase letter X