标签: python python-2.7
我的程序中有这个
for i in range(n): xaux = x xaux[i] = xaux[i] + h
并修改了xaux和x,如何在不修改xaux的情况下修改x?
xaux
x