SyntaxFix
Write A Post
Hire A Developer
Questions
This is a variant of an existing solution already provided above:
import tkinter as tk root = tk.Tk() root.resizable(0, 0) root.mainloop()
The advantage is that you type less.