Help me in solving PYTH35 problem

My issue

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

THE PRINT FUNCTION IS MISSING PARENTHESIS
correct code:
a=-10
b=-3
print(a*b)