gpt4 book ai didi

python - python中的[None]和[]有什么区别?

转载 作者:太空狗 更新时间:2023-10-30 00:31:32 24 4
gpt4 key购买 nike

<分区>

我认为 [None] 与 [] 相同,但在我的测试中,也许有一些东西......

>>>print len([])
0
>>>print len([None])
1

什么时候应该使用 None ?和 []

还有一个有趣的问题

>>>c= []
>>>d= []
>>>print c is d
False
>>>a= 1
>>>b=1
print a is b
True

为什么空列表的 id 授予不同?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com