美文网首页
python运算符

python运算符

作者: whenitsallover | 来源:发表于2018-03-10 18:08 被阅读0次

    Python算数运算符

    image.png

    Python比较运算符

    image.png

    Python赋值运算符


    image.png

    Python位运算符

    按位运算符是把数字看作二进制来进行计算的。Python中的按位运算法则如下:
    下表中变量 a 为 60,b 为 13,二进制格式如下:

    image.png image.png

    Pyrhon逻辑运算符

    image.png
    is进而 == 的区别
    image.png

    http://www.runoob.com/python/python-operators.html

    相关文章

      网友评论

          本文标题:python运算符

          本文链接:https://www.haomeiwen.com/subject/blypfftx.html