Source Code:
(back to article)
import numpy as np arr = np.zeros((3,4)) print(arr)
Result:
Report an issue