0
Is it just me or the input() in this app not working properly?
Comment to help.
2 Respostas
+ 8
you need to give all input at once here at sololearn. seperate inputs are on the "next line" so...
a = input()
b = input()
print(a + b)
# input in SL
Solo
learn
# output
Sololearn
+ 1
Thanks for quick info