Use the del keyword and the slicing notation [0] to access and remove the first element from a list. a_list = [1, 2, 3].
確定! 回上一頁