hi can you please help me with my code for the question below…

Question Answered step-by-step hi can you please help me with my code for the question below… hi can you please help me with my code for the question belowSelection 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] this is my code so far, not sure what to doImage transcription textSpyder (Python 3.9) File Edit Search Source Run Debug Consoles Projects Tools View Help a a T ED untilindo.py” XXX # -*- coding: utf-8 -*- 2 FF FF IS 3 Created on Sun May 15 01:39:44 2022 4 5 @author : 44742 6FF FF FF 7 8 def selectionSort(alist) : 9 for fillslot in range(len(alist)-1,0, -1): 10 positionOfMax =0 1… Show more… Show more  Computer Science Engineering & Technology Python Programming RCT 2020 Share QuestionEmailCopy link Comments (0)