收起
# 定义列表 my_list = [1, 5, 2, 3, 7, 10, 12, 4, 6] result = [1 + 2*x + 0.5*x**2 for x in my_list] print(result)
报告相同问题?