Question: Write a Python script that will take the given comma separated string of incorrect names and return a list that contains the values with the
Write a Python script that will take the given comma separated string of incorrect names and return a list that contains the values with the correct names and in the correct order. Remember to only use the things you learned in this section and make sure you correct any errors you find.
| Input string | Expected output of script |
| The Fall,Humans,Demon Time,The Now Now,Face Value,Vinyl Beach | ['Demon Days', 'Plastic Beach', 'The Fall', 'Humanz', 'The Now Now'] |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
