box=[24,91,42,108,35]cc=len(box)a=box[0]i=1while i<cc: if box[i]>a: a=box[i] i=i+1print(a)
Standard input is empty
108
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!