/
This commit is contained in:
@@ -72,7 +72,7 @@ def generate_matrix(N, M):
|
|||||||
current += r.randint(1, 8)
|
current += r.randint(1, 8)
|
||||||
else:
|
else:
|
||||||
matrix[i][j] = current
|
matrix[i][j] = current
|
||||||
current += r.randint(1, 9)
|
current += r.randint(1, 8)
|
||||||
|
|
||||||
return matrix
|
return matrix
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user