摘要: ``` python import numpy as np s = np.arange(0, 1, 0.1) print s [0. 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9] ``` 阅读全文
posted @ 2018-09-30 15:51 xushukui 阅读(17516) 评论(0) 推荐(0) 编辑