ConvertQCM/C1/vs/q15_16.py
2025-08-26 18:38:28 +02:00

4 lines
No EOL
60 B
Python

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