单项选择题
在Python中,如何检查一个列表是否为空?()
A.len(list)==0B.list.isEmpty()C.not listD.A和C都对
单项选择题 在Python中,如何创建一个空字典?()
单项选择题 在Python中,如何写入一个文件?()
单项选择题 在Python中,如何读取一个文件的内容?()