promptdojo_

@dataclass — the class shape AI ships in every modern Python project — step 4 of 9

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?

read, then continue.