Question: Look at the following statement: levels = 'Beginner, Average, Advanced, Expert' Write a statement that splits this string, creating the following list: ['Beginner', 'Average', 'Advanced',

Look at the following statement:

levels = 'Beginner, Average, Advanced, Expert'

Write a statement that splits this string, creating the following list:

['Beginner', 'Average', 'Advanced', 'Expert']

Step by Step Solution

3.47 Rating (157 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Certainly You can split the given string levels into a list of individual words using the spl... View full answer

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 Starting Out With Python Questions!