I'm new to Python and I had a question when I solved Exercise 1001 of Uri Online (read A and B, assign sum to X and print), when writing the following code, I received concatenation:
a = input()
b = input()
x = a + b
print ("x = ", x)
Whe...
asked on
19.06.2016 / 19:05