Also that's definitely a question, so you shouldn't raise it as an issue in the first place.
Remember: when anything funny happens, reflect on yourself first!
That does mutate the input. que_list = names that's not a copy, both vars are references to the same list.
que_list = names
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
Also that's definitely a question, so you shouldn't raise it as an issue in the first place.
Remember: when anything funny happens, reflect on yourself first!
That does mutate the input.
que_list = names
that's not a copy, both vars are references to the same list.This comment is hidden because it contains spoiler information about the solution