Python: Adding Mutable Objects To Sets | Common Mistake
Опубликовано: 13 Октябрь 2024 на канале: Jakubication
309
6
Don't fall into this common trap when working with sets in Python! Adding mutable objects to a set can give you an error: Unhashable type '[object type]'. Learn how to avoid this mistake in this video.