79178515

Date: 2024-11-11 17:05:58
Score: 2
Natty:
Report link
mask = np.full(arr.shape, True)
mask[1:-1, 1:-1] = False
print(arr[mask])
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Paul Rademacher