Python 入门之 计算符号

发布时间 2023-12-21 15:20:08作者: 刘俊涛的博客

Python 入门之 计算符号

缩写符号

assignment_operators.png

基本符号

Arithmetic Operators

加法(+): a + b

减法(-): a - b

乘法(*): a * b

除法(/): a / b

取模(%): a % b

附点除法(//): a // b

指数(**): a**b



欢迎关注公-众-号【TaonyDaily】、留言、评论,一起学习。

公众号

Don’t reinvent the wheel, library code is there to help.

文章来源:刘俊涛的博客


若有帮助到您,欢迎点赞、转发、支持,您的支持是对我坚持最好的肯定(_)