python列表list訪問元素
提問人:楊紫紅發(fā)布時(shí)間:2020-11-26
訪問元素
x = a[1] # Get 2nd element (0 is first)
a[1] = 5
z = d[1][0][2] # Nested lists
繼續(xù)查找其他問題的答案?
相關(guān)視頻回答
訪問元素
x = a[1] # Get 2nd element (0 is first)
a[1] = 5
z = d[1][0][2] # Nested lists
點(diǎn)擊加載更多評(píng)論>>