AN Ankur Bansal Python: Beware of mutable default arguments While mutable default arguments don’t directly cause memory leaks in Python, they can lead to unexpected behaviour. Here’s an example that…