Python. You can also delete list elements using the del statement: my_list = [1, 2, 3, 4, 5] del my_list[0] Python ...
確定! 回上一頁