蓝桥等考Python组别十四级007

第一部分:选择题

1、Python L14 (15分)

运行下面程序,输出的结果是(    )。

d = {'Alice': 91, 'Anne' : 97, 'Bob': 90, 'Deniel': 92}

print(d['Anne'])

  1. 91
  2. 97
  3. 90
  4. 92

正确答案:B

2、Python L14

你可能感兴趣的:(python,算法,数据结构,开发语言,青少年编程)