[Solved] Append not working like expected [closed]


You repeatedly append the same Mutation, and end up with multiple references to it in the list. If you want different Mutations, you have to make new ones. (I assume that’s what you think is the “problem”, as you never explicitly say what is wrong about the output.)

2

solved Append not working like expected [closed]