How to split multiple inputs? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to split multiple inputs?

Could use some help on this.

19th Sep 2016, 7:24 PM
Charles Snowden
Charles Snowden - avatar
2 Answers
+ 1
you can use a blanckspace (through spacebar) or resturn key (enter key) to separate multiple inputs.
19th Sep 2016, 7:33 PM
Mohammed Maaz
Mohammed Maaz - avatar
0
if your input is string with specific character which is used to split a string like comma. then use object name.split() with splitting char as parameter
7th Nov 2016, 5:42 PM
Harish Sune
Harish Sune - avatar