>>>lst=[3,6,9,4,2,13]
>>>a=lst[0]
>>>b=lst[2]
>>>print(a+b)
运行程序后,输出正确的是( )
>>>List=[“Happy”, “New”, “Year”]
>>>x=List [0]
执行该程序后,x的值为( )