Help me in solving PYTH04 problem

My issue

i did not get answer

My code

# Replace the '_' in the code below to output the sum of 21 and 40
#print'30'


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

@enagandulavenu
U have to do it like this.

# Solution as follows

print(21 + 40)