Question: write program in python that conver the text to array ex input 1.aaaa 2.bbbb 3.cccc 4.dddd you should copy paste the input to
write program in python that conver the text to array ex
input " 1.aaaa 2.bbbb 3.cccc 4.dddd " you should copy paste the input
to array output {'1':'aaaa', '2':'bbbb', '3':'cccc', '4':'dddd'} the output should exactly look like this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
