l = [5, 4, 5, 2, 6, 7] l.sort() print(l)
为什么在列表排序时要使用方括号?2有什么特殊的原因吗?
cxfofazt1#
它不是某种***特殊的括号***或任何东西-它是python的基础:资料结构更多关于baseofpython的信息,请访问:https://docs.python.org/3/tutorial/datastructures.html
1条答案
按热度按时间cxfofazt1#
它不是某种***特殊的括号***或任何东西-它是python的基础:资料结构
更多关于baseofpython的信息,请访问:
https://docs.python.org/3/tutorial/datastructures.html