🌈 搜索
📅  最后修改于: 2022-03-11 14:46:10.547000             🧑  作者: Mango
>>> a = np.array([1, 2, 3]) >>> type(a) >>> b = np.array((3, 4, 5)) >>> type(b)