人生苦短,只望有朝一日美夢成真。
回傳陣列長度
shape:回傳陣列長度 shape[0]:回傳陣列行長度 shape[1]:回傳陣列列長度
import numpy as np a = np.array([1, 2, 3], [1, 2, 3], [1, 2, 3], [1, 2, 3]) a.shape a.shape[0] a.shape[1]
沒有留言:
張貼留言