gpt4 book ai didi

Python 列表追加

转载 作者:太空宇宙 更新时间:2023-11-04 07:45:15 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
In Python, what is the difference between “.append()” and “+= []”?

在 Python 中,我最近注意到您可以通过两种方式附加列表项:

a.append(1)
a += [1]

我喜欢使用第二种方法,因为它对我来说更具可读性。使用它有什么缺点吗?

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