高等继续教育 / Python编程
题型描述: 编程题
下面代码的运行结果为[9, 15],请在横线处将缺失的代码补充完整。
def f(x):
return x+1
a=[10,4]
seqlist=[x+5 for x in a]
____________________________
参考答案:
佳题速递: