摘要: 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 阅读全文