单项选择题
A.clear()B.remove()C.pop()D.popitem()
A.test_one=()B.test_two ={‘a’:‘A’}C.test_three =dict(’a’)D.test_four=dict{‘a’:‘A’}
A.整型B.浮点型C.字符串D.字典