gpt4 book ai didi

python - 在 python 中更改变量的类型是好习惯吗?

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

<分区>

我刚刚意识到 Python 可以让你这样做:

n = '34'
n = int(n)

这是个坏主意吗?当然,另一种选择是:

nStr = '34'
n = int(nStr)

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