Help me in solving PYTH22 problem

My issue

Help

My code

# Update the code below this line to solve the problem
# Declare variables a and b and assign values
a = 23
b = 20

# Calculate the sum of a and b
sum_result = a + b

# Output the sum of a and b to the console
print("The sum of a and b is:", sum_result)

Learning course: Python Programming
Problem Link: Addition of Variables Practice Problem in Python Programming - CodeChef