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)
Responses
add quotation marks around the numbers
add quotation marks around the numbers
add parentheses around the numbers
add parentheses around the numbers
remove the word print and add the word input
remove the word print and add the word input
change the asterisk to a lower-case letter x
1 answer
Mirembe should remove the word "print" and add the word "input" instead.