OverIQ.com
Run (or Hit F9)
marks = [122, 45, 23, 78, 65, 12] i = 0 while i < len(marks): print(marks[i]) i += 1