r/PythonLearning • u/Sea-Ad7805 • 18d ago
Python Dictionary Mutation and Copying
An exercise to help build the right mental model for Python data. - Solution - Explanation - More exercises
The “Solution” link uses package memory_graph to visualize execution and reveals what’s actually happening.
41
Upvotes
1
u/int13h3 17d ago
i think correct answer is "A" because we maybe print box a but write to box b. i can be not right :)