Comment on Python: copying a list the right wayparentComments−nknight14yI can and do send bits of my Python code to non-Python developers for them to examine for things like business logic errors. The only reason this is practical is because the code is clear and explicit about what it's doing.
Comments
I can and do send bits of my Python code to non-Python developers for them to examine for things like business logic errors. The only reason this is practical is because the code is clear and explicit about what it's doing.