Help me in solving PYTH65 problem

My issue

My code

# Update your code below this line
a = int(input)())
b = int(input)())

if a > b:
    print("Coding is Fun!")

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