python course not solved
In the python core course, the "17 Code Project - Simple Calculator" lesson, I couldn't solve it because when I got into the lesson the sample input was 2 and 8 and the sample output was 10 when I did the calculation print(2 + 8), The result was wrong, It said that the input was 6 and 3 and the output was 9, so when I calculated with print(6 + 8) it got 9 but it said it was wrong because it said that the test case 2 had 11 and 22 as the input and 33 as the output, but when I did both at the same time like this print(6 + 3) print(11 + 22) the result was wrong again because it said in "your output" the integers were like this 9 33 and both the test cases were wrong because it said in both cases that output should be 9 and 33 separately, I am very confused, thanks for reading.