TestScores = [85,53,87,75,65,92] 2 Count = len(TestScores) 3 Flag = False 4 K = : 5 = 6 in N 00 7 8 while Flag == False : Flag = True K = 0 while K <= (Count - 2) : 9 = 10 11 12 13 14 if TestScores[K] < TestScores[K+1] : Temp TestScores[K] TestScores[K] = TestScores[K+1] TestScores[K+1] Temp Flag - = False = 15 = 16 17 18 K = K + 1 = A. 87 85 75 92 65 53
B. 87 85 92 75 65 53
C. 87 92 85 75 65 53
D. 92 87 85 75 65 53