"ast" <[email protected]> a écrit dans le message de news:[email protected]...
I am a beginner too, but I find it strange that your pet class has no __init__ method to construct instances
It works anyway because __init__ is taken in the parent Class, probably Object. But this means that a method can create a new attribute not previously created with __init__.Is that correct ?
-- https://mail.python.org/mailman/listinfo/python-list
