Why does this code gives an error?WHY? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Why does this code gives an error?WHY?

https://code.sololearn.com/cyZt9B7x8p45/?ref=app

5th Nov 2019, 8:19 PM
Max
Max - avatar
12 ответов
+ 3
Works on my end. you need to provide input in two paragraphs like so : text1 text2 Your program works fine.
5th Nov 2019, 8:24 PM
HNNX 🐿
HNNX 🐿 - avatar
+ 3
Hi Max The thing with multiple input is that will have to provide it all at once separated by a newline. Try: "Ham Eggs" and then hit submit. Hope this helps. Cheers. C
5th Nov 2019, 8:25 PM
ChrA
ChrA - avatar
+ 3
When you run your program, you're being asked for an input. It says : 'split your input into multiple lines'. So, like said HNNX 🐿 and ChrA , write in the text area : - on a line : 1st input - on a second line : 2nd input
5th Nov 2019, 8:50 PM
Théophile
Théophile - avatar
+ 3
When you run the code, enter your first input, then hit the return key so you start a new line, then enter your second input before you hit the submit button. Two inputs requested, two lines of input needed.
5th Nov 2019, 8:50 PM
Russ
Russ - avatar
+ 2
Это тоже верно
7th Nov 2019, 8:17 PM
U E B U N T U
+ 1
Раздели ввод. Может поможет:)
7th Nov 2019, 8:14 PM
U E B U N T U
+ 1
Могли бы и лучше)
7th Nov 2019, 8:18 PM
U E B U N T U
0
ChrA,no it didn't
5th Nov 2019, 8:38 PM
Max
Max - avatar
0
HNNX , i didn't understand could you show on your own code
5th Nov 2019, 8:40 PM
Max
Max - avatar
0
Не на самом деле ,это все работает в обычном питоне ,а здесь нет потому что разрабы тупые и сделали отвратительную систему инпутов
7th Nov 2019, 8:17 PM
Max
Max - avatar