That is because in python setting a variable actually sets a reference to the variable. Almost every person learning python encounters this at some point. The solution is simply to copy the list:
copy_list = org_list[:]
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…