m = L[0] for j in range(len(L)): if m < L[j]: m = L[j]