scores = [80,95,70,88]largest = scores[0]for x in scores: if x < largest: largest = xprint(largest)
Standard input is empty
70
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!