Help me in solving PYTH21 problem

My issue

how can i solve this problem

My code

# Create an int variable named "number"
number = 19

# Use the print command to output the value of "number" to the console
print("The value of number:", number)

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

@klu2100080097
U can do it like this.

# Solution as follows

number = 19     # assign value to the variable

print(number)   # output the variable