Python · OOP: Properties, Methods & Data Classes
What does this print? ``` from dataclasses import dataclass @dataclass class Bag: tags: list = [] ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
