We'll add our first if statment to check if the op variable is equal to "+" , with if op == "+":.
op
"+"
if op == "+":
Make sure to type if op == "+":.