My issue
My code
# Update the code below based to solve the problem
number = 19 # assign value to the variable
print{19} # output the variable
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
# Update the code below based to solve the problem
number = 19 # assign value to the variable
print{19} # output the variable
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
number=19
print(number)