python编程中cmp()函数是什么意思?
答案:1 悬赏:60 手机版
解决时间 2021-02-14 08:29
- 提问者网友:辞取
- 2021-02-14 02:38
python编程中cmp()函数是什么意思?
最佳答案
- 五星知识达人网友:怀裏藏嬌
- 2021-02-14 03:40
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.
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.
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯