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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!