python - 2D array initialization -
i computing expression know has dimensions of (200,200)
in 1 case hence can initialize array p = np.zeros((200,200))
what if did not know dimensions - there way create such array without specifying dimensions? list in java can grow dynamically.
Comments
Post a Comment