Python 算术运算符
Python 算术运算符
算术运算符用于数值,执行常见的数学运算
运算符 | 名称 | 例子 | 试试 |
---|---|---|---|
+ | 加法 | x + y | 试试 » |
- | 减法 | x - y | 试试 » |
* | 乘法 | x * y | 试试 » |
/ | 除法 | x / y | 试试 » |
% | 取模 | x % y | 试试 » |
** | 指数 | x ** y | 试试 » |
// | 地板除 | x // y | 试试 » |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]