Help me in solving PYTH53 problem

My issue

My code

# Update your code below this line
num=int(input(76)
print(num)

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

@varshith99_vk

Update your code below this line

num=int(input())
print(num)
u have to do it like this