运行 ❯
获取自己的
Python
服务器
×
变更方向
变更主题,暗/亮
前往 Spaces
a = ("Jenifer", "Sally", "Jane") x = sorted(a, key=len) print(x)
['Jane', 'Sally', 'Jenifer']