概述
operator.le()函数 (operator.le() Function)
operator.le() function is a library function of operator module, it is used to perform "less than or equal to operation" on two values and returns True if the first value is less than or equal to the second value, False, otherwise.
operator.le()函数是运算符模块的库函数,用于对两个值执行“小于或等于运算” ,如果第一个值小于或等于第二个值False ,则返回True ,否则返回。
Module:
模块:
import operator
Syntax:
句法:
operator.le(x,y)
Parameter(s):
最后
以上就是默默大炮为你收集整理的Python operator.le()函数与示例的全部内容,希望文章能够帮你解决Python operator.le()函数与示例所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复