多项选择题
在Python中,以下哪些选项可以用于对列表lst =[3,1,4,1,5,9,2,6,5,3,5]进行排序?()
A.sorted(lst)
B.lst.sort()
C.lst.sorted()
D.sort(lst)
E.lst.order()
点击查看答案&解析
相关考题
