0

How to convert the input () to list,if i can receive the input () directely a list show me whow

Python

17th Mar 2020, 9:20 PM
Gerar Poul
Gerar Poul - avatar
2 Antworten
+ 4
Ast = input().split() print(Ast) its much more better when you try to figure this out yourself and make lots of test on it, you will understand much better that way
17th Mar 2020, 9:44 PM
✳AsterisK✳
✳AsterisK✳ - avatar
0
Thinks
17th Mar 2020, 9:49 PM
Gerar Poul
Gerar Poul - avatar