gpt4 book ai didi

Python 速记运算符?

转载 作者:太空宇宙 更新时间:2023-11-03 12:22:13 26 4
gpt4 key购买 nike

我正在研究一些关于试用除法主题的信息,我在 Python 中遇到了这个符号:

//=

我从 here 得到这个示例中的代码说:

n //= p

我不知道这是什么意思,而且我的研究在网页方面继续带来糟糕的结果。

最佳答案

//是整数除法,

n //= p

语法是

的缩写
n = n // p

除了直接修改n的值if it supports this .

关于Python 速记运算符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7786924/

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