if op == "+": print(num1 + num2)
Why it\'s used two equal signs on this if statment instead of only one?