- 2
Y
X=int(input()) Y=int(input()) print(X+Y) Why is this code wrong ?????? Please explain
7 Antworten
- 2
It's not working
+ 5
Are you doing the inputs on separate lines?
Like this
10 //new line/enter key
20
+ 1
This code is not wrong, it is working.
+ 1
the code is working, you need to enter integers (1, 2, 4 ...)
0
Why ?
0
No