Answers for "create array with shape 0,2"

0

create array with shape 0,2

arr = np.zeros((0, 2))
arr.shape

(0, 2)
Posted by: Guest on May-14-2021

Python Answers by Framework

Browse Popular Code Answers by Language