79645698

Date: 2025-05-30 15:14:12
Score: 1.5
Natty:
Report link

import numpy as np

M = np.array([[1,1,1], [1,1,4], [1,1,1]])

for row in M[0]:

print(row, sep=' ')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NEEL MERJA