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']
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here