当前位置:首页 > python程序设计 > 正文内容

表达式 sorted([111, 2, 33], key=lambda x: len(str(x))) 的值为[2, 33, 1

2023-12-01python程序设计