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