gpt4 book ai didi

python - 我如何在python中进行幂运算?

转载 作者:IT老高 更新时间:2023-10-28 22:23:30 26 4
gpt4 key购买 nike

def cube(number):
return number^3
print cube(2)

我希望 cube(2) = 8,但我得到的是 cube(2) = 1

我做错了什么?

最佳答案

^xor运算符。

** 是幂运算。

2**3 = 8

关于python - 我如何在python中进行幂运算?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30148740/

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