Selection sort: use your student ID as list of integers to be…

Question Answered step-by-step Selection sort: use your student ID as list of integers to be…  Selection sort: use your student ID as list of integers to be sorted by a selection sort algorithm. Show the contents of the list after each pass through the list. The list should be your 8-digit student ID. Example: If your student ID is 21234567 then your list will be [2, 1, 2, 3, 4, 5, 6, 7]Image transcription text” Spyder (Python 3.9) X File EditSearch Source Run Debug ConsolesProjects Tools View Help … Show more… Show morethis is my code above and it works, however how do i show the steps of the selection sort in my outputthe output should be similar to this:Image transcription textgiven list of elements : SELECTIONSORT [4, 6, 8, 7, 6, 3, 8, 2] after pass 1[2, 6, 8, 7, 6, 3, 8, 4] after … Show more… Show more  Computer Science Engineering & Technology Python Programming Share QuestionEmailCopy link Comments (0)