Is it just me or the input() in this app not working properly? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it just me or the input() in this app not working properly?

Comment to help.

20th Oct 2020, 3:32 PM
Gark Godwin Duque
Gark Godwin Duque - avatar
2 Answers
+ 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
20th Oct 2020, 3:34 PM
Slick
Slick - avatar
+ 1
Thanks for quick info
20th Oct 2020, 3:39 PM
Gark Godwin Duque
Gark Godwin Duque - avatar