Spaces To String List
Asked By
5 points
N/A
Posted on - 06/26/2019
I have the chain and the board. Strings have the same number of letters as arrays. I have to divide s to create a list that has the same length as each element.
s = ‘Python programming language’
arr = [‘lkjhgf’, ‘zx’, ‘qw’, ‘ertyuiopakk’, ‘foacdhlc’]
How can I get my expected result?