SIGN IN SIGN UP
realpython / python-guide UNCLAIMED

Python best practices guidebook, written for humans.

0 0 1 Batchfile

Modifying the values in a list

To avoid side effects, don't modify the original list. Create a new list instead.
M
Marc Poulin committed
29abc5acf3353ff61dd9d9b85c06f5ebbedab7d2
Parent: e69d7e7
Committed by GitHub <noreply@github.com> on 9/13/2018, 5:28:43 PM