Question: Write a function called split _ list that takes two arguments items _ , a list, and mark an index in the list. The function

Write a function called split_list that takes two arguments items_, a list, and mark an index in the list. The function splits the list into two lists (a and b) and returns both lists. List a should have all of the items in items_ from index 0 to index mark (including items_[mark]). List b should have the remaining items. For example:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!