python appending list with or without slicing operator
I am working on the PowerSet algorithm and when I use or don’t use the all including slice operator [:] my answer changes completely. Why is this? I couldn’t find anything online.
Thanks in advance.