chenchang12

导航

2019年3月23日 #

Python数据简单处理

摘要: ##Python数据简单处理 import numpy as np ''' a=np.array([1,1,2,3,4]) c=np.arange(4) d=np.linspace(1,6,4); print(d) ''' import matplotlib.pyplot as plt x = np 阅读全文

posted @ 2019-03-23 19:58 chenchang12 阅读(262) 评论(0) 推荐(0) 编辑