79195759

Date: 2024-11-16 17:58:44
Score: 1.5
Natty:
Report link
import numpy as np
n = 8
matrix = np.fromfunction(lambda i, j:(i+j) % 2, (n, n) dtype=int)
print(matrix)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Karunya Mothukuri