我想 执行n次 修改 list 的变量,但不知道怎么做?n = 1def copy(): global n n = n + 1for x in range(1,z-4): copy()告诉我这个为什么不行,我可能会好理解些 查看完整描述