2020-08-10
阅读量:
658
python求一个数的次方
y=x^2/15 为什么不能用 ^
答:python中的^是求异或集,不是次方的意思,次方可以用**表示,也可以用函数pow()






评论(0)


暂无数据
推荐帖子
2条评论
0条评论
2条评论