My issue
I need correct output
Correct print statment
My code
# Replace __ in print statement to print (number - 1)
number = 20
print("number"-1)
Learning course: Python Programming
Problem Link: Declaring a variable Practice Problem in Python Programming - CodeChef