标签: python list loops
我试过了:
mylist = range(20) for item in mylist: mylist.remove(item) len(mylist) == 20
为什么结果不是[]?