Sobes.tech
Senior
1

Identify the issue with the following Python function and explain why it occurs: ```python from typing import Any def add_item(item: Any, my_list: list = []) -> list: my_list.append(item) return my_list add_item(5) ```

Компании, где спрашивали
ПАО Сбербанк