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


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



May 26, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here