为了账号安全,请及时绑定邮箱和手机立即绑定

python编程中cmp()函数是什么意思?

python编程中cmp()函数是什么意思?

繁花不似锦 2018-07-30 00:00:17
python编程中cmp()函数是什么意思?
查看完整描述

1 回答

?
慕标5832272

TA贡献1966条经验 获得超4个赞

cmp( x, y)

Compare the two objects x and y and return an integer according to the outcome. The return value is negative if x < y, zero if x == y and strictly positive if x > y.
比较2个对象,前者小于后者返回-1,相等则返回0,大于后者返回1.

查看完整回答
反对 回复 2018-09-15
  • 1 回答
  • 0 关注
  • 1127 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信