from tkinter import * #for scale use we need to import * #ask,show is like a keyword which should before the info,okcancel... words messagebox.showinfo(f"Information", "Name entered already")#it shows ...
So far we have seen labels, buttons, images, etc in Python’s built-in toolkit Tkinter. With any of the widgets, we were using a method called pack(). And if you are like me you would love to explore ...