上一页 1 2 3 4 5 6 7 8 ··· 101 下一页
摘要: 数据类型 import numpy as np import random t1 = np.array([1, 2, 3]) print(t1, type(t1)) # [1 2 3] <class 'numpy.ndarray'> t2 = np.array(range(5)) print(t2, 阅读全文
posted @ 2019-08-27 16:28 许二哈哈哈 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 101 下一页