Last list item: Difference between revisions

Line 541:
 
List = [6,81,243,14,25,49,123,69,11]
Temp = []
n = 0
 
x = min(List)
see "min = " + x +nl
 
while true
n++
TempList = sort(List)
first = TempList[1]
second = TempList[2]
ind1 = find(List,first)
ind2 = find(List,second)
2,468

edits