Help me in solving PYTH21 problem

My issue

I am not sure how to solve this

My code

# Update the code below based to solve the problem

number =        # assign value to the variable

                # output the variable

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

Any variable = any value
print (variable)
Example:
a=19
print (a)
Output:
19