Assume the following statement appears in a program: values = 'one$two$three$four' Write a statement that splits the

Question:

Assume the following statement appears in a program:

values = 'one$two$three$four'

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

['one', 'two', 'three', 'four']

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

Step by Step Answer:

Related Book For  answer-question
Question Posted: