a=input("Enter one strings:") print(a) b=input("input other string:") print(b) c=(a+b) print(c) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

a=input("Enter one strings:") print(a) b=input("input other string:") print(b) c=(a+b) print(c)

what's the error

27th Jul 2019, 9:02 AM
Dhyey Badheka
Dhyey Badheka - avatar
3 Answers
+ 5
In this case, code the correct
27th Jul 2019, 10:34 AM
Mikhail Gorchanyuk
Mikhail Gorchanyuk - avatar
+ 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.
27th Jul 2019, 9:37 AM
Mikhail Gorchanyuk
Mikhail Gorchanyuk - avatar
0
I want to concatenate the string , not numbers
27th Jul 2019, 10:32 AM
Dhyey Badheka
Dhyey Badheka - avatar