Help me in solving PYTH33 problem

My issue

Help me solving my code without getting wrong output

My code

a = 50
b = 40
total = a + b
product = a * b
print(total,product)
# cook your dish here

Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone

@maha_33
a should be -50 not 50