【发布时间】:2012-12-28 10:31:41
【问题描述】:
>>>a=6
>>>b=5
>>>c=4
>>>d=c
>>>print(d)
>>>del b
>>># a and b "must be" garbage collection or "maybe" garbage collection
a 和 b 可能是垃圾收集或 a 和 b 必须是垃圾收集? 如何证明?
【问题讨论】:
-
老实说,我不知道你在问什么。您介意为您的问题添加一些背景信息并使问题本身更加清晰吗?最好使用 full 句子,带有动词 e.t.c.?
标签: python python-3.x python-2.7