My issue
My code
# Solution as follows
number = 19 # assign value to the variable
print(number) # output the variable
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
# Solution as follows
number = 19 # assign value to the variable
print(number) # output the variable
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone