Posts by Lima Brothers • 1 point
1 post
-
0
votes0
answers35
viewsQ: Error: name 'self' is not defined
I’m a beginner in Python and I’m developing my first program. It’s like this: from tkinter import * from tkinter import font class Application(Frame): def __init__(self, master=None): pass self.msg…