The dataclass auto-generates a __repr__ that prints the class name
followed by every field with its name and value. What does
print(t) produce?
The dataclass auto-generates a __repr__ that prints the class name
followed by every field with its name and value. What does
print(t) produce?