In this video I’ll show you when you can and can’t .pack() or .grid() on the same line that you define a thing.
Have you ever got a NoneType error with Tkinter? Chances are, you got that error because you tried to .pack or .grid your widget on the same line of code that you defined it. Sometimes you can get away with that, sometimes you can’t.
I’ll tell you all about it in this video.
Add comment