Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Multiple Inheritance - Help pls!
Post: Multiple Inheritance - Help pls!

class Class(Superclass1, Superclass2): def __init__(self): super().__init__() #Superclass2 super().__init__() #Superclass1 def __repr__(self): '''I need it to work con...
magnusbrigido General Coding Help 1 1,802 May-17-2019, 01:47 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020