试题详情

以下关于id()函数的应用,其运算结果为True的有(         )。

A id(100)==id(100)

B id(1000)==id(1000)

C
A=1000
B=a
Id(a)==id(b)

D
A=1000
B=1000
Id(a)==id(b)