Slicing and indexing are two fundamental concepts in Python. ... 8, 9]] column = [row[1] for row in data] print(column) # output: [2, 5, 8].
確定! 回上一頁