题目内容

有字典weather如下,下列选项中可以打印“阴”的是()weather = {"周一": [26, "晴"], "周二": [24, "阴"], "周三": [22, "雨"]}

A. print(weather["周一"][0])
B. print(weather["周一"][1])
C. print(weather["周二"][1])
D. print(weather["周二"][2])

查看答案
更多问题

下列代码中,作用是更新画布的是()

A. pygame.display.update()
B. screen.fill((0, 0, 255))
C. pygame.display.set_caption("title")
D. pygame.display.set_mode((500,400))

字典的元素可以增加、修改或删除。()

爬虫可以爬取网络中的任何数据。()

想要给折线图的X轴添加数据,应该使用xaxis()函数。()

答案查题题库