通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
已知列表x=[1,3,2],那么表达式[value for index,value in enumerate(x) if index==2]的值为__________。