what is the solution
Same Question what to do with this
same for me how did you solve it?
Don't change the order.
Hello The duplicates are removed, but the arrays are not sequence equals. Is it intentional? Expected: [4, 6, 3], instead got: [3, 4, 6] Expected: [4, 5, 2, 1], instead got: [1, 4, 5, 2] Expected: [2, 1, 3], instead got: [1, 2, 3]
It's not a problem of the kind of quotes you use, you should choose the right version of Python for your code to work.
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
what is the solution
Same Question what to do with this
same for me how did you solve it?
Don't change the order.
Hello
The duplicates are removed, but the arrays are not sequence equals.
Is it intentional?
Expected: [4, 6, 3], instead got: [3, 4, 6]
Expected: [4, 5, 2, 1], instead got: [1, 4, 5, 2]
Expected: [2, 1, 3], instead got: [1, 2, 3]
It's not a problem of the kind of quotes you use, you should choose the right version of Python for your code to work.
This comment is hidden because it contains spoiler information about the solution