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']
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.