j7zyyrug/ #11
Replies: 1 comment 3 replies
-
|
例01 数值运算中,减法运算的说明和整除运算的样例看起来有问题 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
j7zyyrug/
例01 数值运算 计算机最古老的用途是数值计算,所以这固然也是所有编程语言最重要的部分。对于数值的运算符如下: 代码实现如下: 输出内容: 例02 赋值运算 计算机最古老的用途是数值计算,所以这固然也是所有编程语言最重要的部分。对于数值的运算符如下: 代码实现如下: 输出内容: 除此之外,Python3.8 版本新增海象运算符 := ,可在表达式内部为...
https://python.yxzl.dev/j7zyyrug/
Beta Was this translation helpful? Give feedback.
All reactions