This commit is contained in:
Игорь
2026-04-05 00:50:22 +03:00
parent 4712840ba2
commit 9e39a8aeaf

View File

@@ -72,7 +72,7 @@ def generate_matrix(N, M):
current += r.randint(1, 8)
else:
matrix[i][j] = current
current += r.randint(1, 9)
current += r.randint(1, 8)
return matrix