+ 2
Why sololearn code asks input once?
I'm making a code which is requires two user input. But sololearn get only one.
7 Antworten
+ 10
Do it like this
Input #1(press enter)
Input #2
+ 8
Sublime Text
Take a look at this lesson 👍
• https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
+ 6
Separate multiple inputs with Newlines.
+ 5
Sublime Text
You can do it like input 1 and input 2.
Sololearn supports 2 inputs only in programming languages I guess.
Hope this helps ✌️
+ 4
You can Separate inputs by writing them in seperate line 👍
+ 4
When sololear Asks for input, it is actually asking for both inputs.
You can specify both inputs in seperate lines
+ 1
Piyush
So how to
python get input like this
x = int(input("put number")
But what does mean input 1, input 2
Could you give an example?
Like get user input x, y.