79712707

Date: 2025-07-24 02:01:35
Score: 2.5
Natty:
Report link

import numpy as np

arr = np.array([[1, 2, 3], [4, 5, 6]])

py_list = arr.tolist()

print(py_list)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Buram Rohith