登录
注册
首页
->
python程序设计
下载题库
下面哪个方法可以清空集合()
(A)del
(B)pop()
(C)remove()
(D)clear()
参考答案
继续答题:
下一题
更多python程序设计试题
1
已知字典 x = ______,那么表达式 ”.join([item[1] for item in x.items()]) 的值为___。
考试