We're a place where coders share, stay up-to-date and grow their careers.
Please don't use list unpacking for the sole purpose of creating a shallow copy of a list. Lists have a .copy method that should be used.
.copy
I agree, my fault :) I was enumerating the various options :)
Please don't use list unpacking for the sole purpose of creating a shallow copy of a list. Lists have a
.copy
method that should be used.I agree, my fault :) I was enumerating the various options :)