Hildebrandt Tobias
04/23/2024, 11:50 AMDog
class with some members. And I want to create a new one in code.
I'd like something that creates this with the press of a button:
Dog(
name = TODO(),
breed = TODO(),
owner = TODO(),
)
Sam
04/23/2024, 12:16 PMHildebrandt Tobias
04/23/2024, 12:52 PM