operator.lt()函数 (operator.lt() Function)
operator.lt() function is a library function of operator module, it is used to perform "less than operation" on two values and returns True if the first value is less than the second value, False, otherwise.
operator.lt()函数是运营商模块的库函数,它被用于在两个值并返回true执行“小于操作”如果第一值小于所述第二值, 假 ,否则。
Module:
模块:
import operator
Syntax:
句法:
operator.lt(x,y)
Parameter(s):
参数: