I have a list that looks like this:
[ ‘abc1234’, ‘appa4567’, ‘kkakaka9876’]
And I want to split this list, so that every alphabets will become keys and on the right all numeral values.
{
‘abc’:’1234′,
‘appa’:’4567′,
‘kkakaka’:’9876′
}
New contributor
Zambwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.