蓝桥等考Python组别十五级008

第一部分:选择题

1、Python L15 (15分)

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

dic = {"red": 10, "blue": 20, "yellow": 30, "green": 40}

print(dic.get('red'))

  1. 10
  2. 20
  3. 30
  4. 40

正确答案:A

2、Python L15

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