0
l = [1000, 2000, 3000]
print(l)
del l
for i in range(5):
    print('Hello')

那么“list”对象的内存在打印后是否会在 for 循环开始执行之前立即释放?

4

0 回答 0