5 Respuestas
+ 2
nope i figured it out you dont input:
1
2
you input:
1
2
haha awesome thanks fam :)
+ 5
In code playground, to input more lines you have to separate them with newlines.
+ 2
how so? Valen.H. ~
i write
que = (int(input(“ 1 number here”)))
que2 = (int(input(“ 2nd number here”)))
it will only allow 1 input notification, maybe it’s only on iOS sololearn? im not quite sure... on computer it works fine on repl.it so just wondering
+ 2
Diego it only outputs 1 input when i put seperate lines into the 1 input box, i dont get asked for a second input like you can do in Java
+ 1
Try this as input (separate lines):
1
2
You will only see one input notification at the beginning of a program on Sololearn.