I can't find the code to assign a string to a list and then name it.
The question states: Now split some_string by commas and assign the result to a list named mammals. Print mammals to verify that your split worked correctly.
some_string = "cat,dog,bear,chipmunk,squirrel,bat,groundhog"
print(some_string)