📜  不大于符号 python 代码示例

📅  最后修改于: 2022-03-11 14:46:31.025000             🧑  作者: Mango

代码示例1
if not a > 70:

    print(' The number is Not bigger than 70')

else:
    print(' The number is DEFINITELY bigger than 70')