79265375

Date: 2024-12-09 14:46:29
Score: 1.5
Natty:
Report link

Turned easy in several steps:

a[1, :] *= 2
a[2, :] *= 2
result = np.sum(a, axis=0)
result = const * result
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: IzaeDA