单项选择题
b=10def index():b=5index()print(b)输出结果是()
A.10 B.5 C.0 D.程序异常
单项选择题 {’h’:’hello’}.pop(’h’)的值为()
单项选择题 {1:2}.get(1)的返回值是()
单项选择题 {1:2}[1]的返回值是()