ConvertQCM/C2/codes/r60_d.py
2025-08-26 18:38:28 +02:00

5 lines
No EOL
111 B
Python

def ok(echiquier,i,j):
for lig in range(j):
if echiquier[lig][j] == 1:
return False
return True