The final branch of code will use elif to check if op is equal to "*"
elif
"*"
Make sure to type elif op == "*":.
elif op == "*":