标签: python list
这是我在python中的代码
list = [3, 5, 1, 22, 7] list = list.sort()
问题是,如果我打印列表,则显示无类型。
谁能解释,为什么它变成None?拜托。
先谢谢您