If you really want to keep the for-loop syntax, then you need to iterate over a copy of the list (A copy is simply created by using a[:] ). Now you can remove ...
確定! 回上一頁