0
Code playground isn't working again!!!
On multiple inputs, with .split(), it acquires only the first element of the list. Please, fix it
7 Answers
+ 4
I just tested it and it worked fine, maybe your code/input is wrong?
My code: print(input().split())
My input: a b c d
My output: ['a', 'b', 'c', 'd']
+ 1
šš¢š¢ššØ šš”šš²šš„ ['1', '2', ....] as usual. Anyway, I code elsewhere.....nevermind. Thanks
0
I mean that on lst = input().split(), input is 1, 2, 3, 4.... on print(lst) it outputs ['1']
0
Aymane Boukrouh [EXAMS] Maybe a bug on my mobile. I try to reinitiate it. Thank you