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
Certainly You can split the given string levels into a list of individual words using the spl... View full answer
Get step-by-step solutions from verified subject matter experts
