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