Issue with Console Output and 4.1 Step 15

I have been practicing lesson 4.1 step 15 for some time now.

I got the correct answer in the question:
input
int
number1+number2
the_sum

However, when i go over to practice it in Replit, it only shows the first line. It doesn’t actually print the sum, but only that first number and none of the other lines. Am I doing something wrong or is the system glitching perhaps?
Screenshot 2023-04-28 at 7.22.00 PM (2)

It’s waiting for you to input the first number. The input prompt you’re using is: “Enter the number:1”, it would make more sense if you took off the 1 at the end of both of your prompts.

e.g.
image