单项选择题
{’h’:’hello’}.pop(’h’)的值为()
A.h B.e C.hello D.o
单项选择题 {1:2}.get(1)的返回值是()
单项选择题 {1:2}[1]的返回值是()
单项选择题 调用函数时所传递的参数,我们称之为()