gpt4 book ai didi

python :error'list' object has no attribute 'sorted'

转载 作者:行者123 更新时间:2023-12-04 03:02:44 25 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Python list sort in descending order

(6 个回答)


4年前关闭。




这是我的代码:

#这是一个有关旅行的程序
place=['北京天安门','西安兵马俑','香港游乐园','日本秋叶原']
print(place)
print(sorted(place))
print(place)

place.sorted(reverse=true)
print(place)

当我运行我的代码时,发生了一些错误。
place.sorted(reverse=true)

或者
sorted(place)

使用第二种方式,我怎样才能给 (reverse=true) ?

最佳答案

只需使用 sorted(place, reverse=True) .

关于 python :error'list' object has no attribute 'sorted' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47752524/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com