Assume the following statement appears in a program: days = 'Monday Tuesday Wednesday' Write a statement that

Question:

Assume the following statement appears in a program:

days = 'Monday Tuesday Wednesday'

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

['Monday', 'Tuesday', 'Wednesday']

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

Step by Step Answer:

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