All Questions
1 question
-1
votes
3
answers
181
views
Python String to Array conversion
My requirement is to take 'arrList' string as an argument from main and split it using comma (,) and each name is an Array (arr1, arr2, arr3). Now all 3 arrays should be appended to a list. The output ...