摘要: # -*- coding:UTF-8 -*- __autor__ = 'zhouli' __date__ = '2018/10/21 14:54' import numpy as np l = [1, 2, 3, 4, 5, 6] l2 = np.array(l) print(l, type(l), 阅读全文
posted @ 2018-10-23 23:23 人生苦短use,what? 阅读(147) 评论(0) 推荐(0) 编辑