猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
python编程中cmp()函数是什么意思?
python编程中cmp()函数是什么意思?
繁花不似锦
浏览 1130
回答 1
1回答
慕标5832272
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.
0
0
0
打开App,查看更多内容
随时随地看视频
慕课网APP
相关分类
Python
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续