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

在3.7中如何运行案例?

def cmp_ignore_case(s1, s2):
    if s1.upper() > s2.upper():
        return 1
    else:
        return -1
    return 0
print (sorted(['bob', 'about', 'Zoo', 'Credit'],cmp_ignore_case))

我的代码有什么错误

正在回答

1 回答

print (sorted(['bob', 'about', 'Zoo', 'Credit'],key =lambda x:x.lower()))


2 回复 有任何疑惑可以回复我~
#1

小萌新qwq 提问者

非常感谢!
2018-07-25 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
python进阶
  • 参与学习       255665    人
  • 解答问题       2949    个

学习函数式、模块和面向对象编程,掌握Python高级程序设计

进入课程

在3.7中如何运行案例?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信