Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumPythondataclassesSingle-choice MCQ

What is the result of trying to define this dataclass?

from dataclasses import dataclass @dataclass class Bad: items: list = []