/
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user