#datastructure #programming #language #python
- listcomp
- When list is not the best option (Python)
- If you make a copy of object containing a list, for example, another list, any modifications will be reflected in any variables referencing this list Shallow and Deep Copy
- Slice create a shallow copy of a list Slicing
- Does not pass list as default parameter for function Call by Sharing