If you want to delete the items of a list, but not the list itself, use the clear() function. numbers = [1, 2, 3, 4, 5] numbers.clear(). The clear() function ...
確定! 回上一頁