I found a very strange interview question, at least for me.
If we declare the following variables, how many objects were created?
a=300, b=300, c=5, d=5
- Can someone please explain this?
- I am not sure to which segment in Python this is related to?
- Is it maybe to memory management in Python?