black

Python程序设计

登录

填空题

已知列表x=[1,3,2],那么表达式[valu for index,value in enumerate(x)if index==2]的值为()。

【参考答案】

[2]

相关考题

填空题 已知字典x={i:str(i+3) for i in range(3)},那么表达式''.join([item[1] for item in x.items()]) 的值为()。

填空题 已知字典x={i:str(i+3) for i in range(3)},那么表达式sum(item[0] for item in x.items())的值为() 。

填空题 已知字典x={i:str(i+3) for i in range(3)},那么表达式 sum(x)的值为()。

All Rights Reserved 版权所有©易学考试网(yxkao.com)

备案号:湘ICP备2022003000号-3