Question: ** Using Python 3 ** Write an insertion sort that sorts strings instead of numbers. The sorting should ignore case. For example Zebra should come
** Using Python 3 **
Write an insertion sort that sorts strings instead of numbers. The sorting should ignore case. For example "Zebra" should come after "apple", "maRker" should come after "marble", etc. Name this function string_sort.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
