Arithmetic Operators

Operator Description
+ addition
- subtraction
* multiplication
/ division
^ or ** exponentiation
x %% y modulus (x mod y) 5%%2 is 1
x %/% y integer division 5%/%2 is 2

Logical Operators

Operator Description
< less than
<= less than or equal to
> greater than
>= greater than or equal to
== exactly equal to
!= not equal to
!x Not x
x | y x OR y
x & y x AND y
isTRUE(x) test if X is TRUE

最新文章

  1. [MySQL Reference Manual] 18 复制
  2. iOS UITextField限制输入数字
  3. unity游戏在logcat中过滤一些不需要的Log
  4. 最小集合(51nod 1616)
  5. HDU 5686:2016&quot;百度之星&quot; - 资格赛 Problem B
  6. appium简明教程(6)——启动appium及android模拟器
  7. ABAP文本编辑框操作
  8. BootStrap 的随笔一二三
  9. HDU3709 Balanced Number (数位dp)
  10. SHELL种类,版本及选择
  11. GRUB2配置详解:默认启动项,超时时间,隐藏引导菜单,配置文件详解,图形化配置
  12. 201521123031 《Java程序设计》第4周学习总结
  13. ArcEngine小问题解决
  14. 导出文件的时候 加大php内存
  15. OGG-01668
  16. Win7开机卡在Windows Update 35%的解决办法
  17. 常见的爬虫分析库(2)-xpath语法
  18. php 设置中文 cookie, js获取
  19. spring boot(七)mybatis多数据源解决方案
  20. Html隐藏占空间与隐藏不占空间

热门文章

  1. Codeforces Round #277.5 (Div. 2)
  2. Net数值计算MathNet.Numerics类库
  3. if in hlsl
  4. FormCreate &amp; FormActivate &amp; FormShow执行顺序演示
  5. HTML5中表单验证的8种方法(转)
  6. UIView的frame和bounds的含义
  7. Firefly卡牌手游《暗黑世界V1.5》服务器端源码+GM管理后台源码
  8. Static vs Dynamic Scope
  9. ==和equals的区别
  10. 妙味课堂——HTML+CSS(第四课)(二)