Look at the following statement: levels = 'Beginner, Average, Advanced, Expert' Write a statement that splits this

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', 'Expert']

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: