多项选择题
在Python中,如何将一个列表排序?()
A.list.sort()B.sort(list)C.list.sorted()D.sorted(list)
单项选择题 在Python中,如何获取当前时间?()
单项选择题 在Python中,如何创建一个列表推导式?()
单项选择题 在Python中,如何使用“in”操作符?()