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