Python's idiom for doing this is newList = oldList[:]
↧
Answer by erisco for How to clone or copy a list?
↧
Python's idiom for doing this is newList = oldList[:]