why do we call __init__ here?

by: goku, 6 years ago



tk.Tk.__init__(self, *args, **kwargs)

tk.Frame.__init__(self,parent)


is this equivalent to self=tk.Tk()?

please help me with this!



You must be logged in to post. Please login or register an account.