The major difference is that l.pop(0) will change the list and remove the first element from it, but, l[1:] will return a new list with all ...
確定! 回上一頁