0
a=input("Enter one strings:") print(a) b=input("input other string:") print(b) c=(a+b) print(c)
what's the error
3 Antworten
+ 5
In this case, code the correct
+ 4
Try on the computer, should work, the application can not accept input twice. I also recommend using the 'int' type if you want to add numbers.
0
I want to concatenate the string , not numbers