摘要:
In [1]: import numpy as np #Simple assignments make no copy of array objects or of their data. a = np.arange(12) b = a # a and b are two names for the 阅读全文
posted @ 2019-09-30 20:43
FinnChan
阅读(183)
评论(0)
推荐(0)