A very simple question about python 3 print string in output

image
I was solving this simple question by using python 3
In my code calculation, x and y is 28 and 45 which is correct,but when it turns to test, the output become 2,8,4,5
what is going on?

Comments (0)