# -*-coding:utf-8-*-

import operator

print(operator.add(1,1))    #  加

print(operator.sub(2,1))    #减

print(operator.mul(2,3))   #  乘

print(operator.truediv(6,2))   #  除

print(operator.contains("ab","a"))

print(operator.pow(2,3))

print(operator.ge(1,1))   #   ge代表>=

print(operator.ge(2,1))

print(operator.le(1,2))    #   le代表<=

print(operator.eq(1,1))  #   eq代表=

最新文章

  1. div span
  2. Git分支管理
  3. DEV 财务货币格式单元格
  4. url 转码 urlencode和 urldecode
  5. [Guava官方文档翻译] 7. Guava的Immutable Collection(不可变集合)工具 (Immutable Collections Explained)
  6. 为xampp 安装pear db (database) 模块
  7. C# SetupCopyOEMInf安装驱动并返回DestinationInfFileNameComponent
  8. 使apache解析域名到目录的方法
  9. POJ 1955 Rubik&#39;s Cube
  10. 解决Perhaps you are running on a JRE rather than a JDK?问题
  11. [BZOJ2752][HAOI2012]高速公路
  12. Unity项目开发过程中常见的问题,你遇到过吗?
  13. vue Error: No PostCSS Config found in
  14. PyCharm使用秘籍
  15. 2018.6.10数据结构串讲_HugeGun
  16. Entity Framework Core: A second operation started on this context before a previous operation completed
  17. PostgreSQL 空间处理函数
  18. MariaDB第三章(select)
  19. linux系统切换用户
  20. Unity 5.1+ Assertion Library (断言库)

热门文章

  1. C++数组(二):二维数组
  2. docker 创建 network 指定ip 段
  3. JavaWeb 下载Demo
  4. vi 自增
  5. shell脚本实战笔录-在PATH中查找程序
  6. java判断上传图片格式
  7. Zabbix源码安装与yum安装
  8. swift中的进制转换,以及玩转二进制
  9. 记一次Mybatis-Plus动态分表DynamicTableNameInnerInterceptor里无法动态替换表名的坑
  10. 51电子-STC89C51开发板:开发包