已知 x = [3, 2, 3, 3, 4],那么python表達式 [index for index, value in enumerate(x) if value==3] 的值為?
提問人:楊紫紅發(fā)布時間:2020-11-30
已知 x = [3, 2, 3, 3, 4],那么python表達式 [index for index, value in enumerate(x) if value==3] 的值為([0, 2, 3])。
繼續(xù)查找其他問題的答案?
相關視頻回答
點擊加載更多評論>>