Examveda

How do you create a message box in Tkinter to display alerts or messages?

A. messagebox.create()

B. dialog_box.show()

C. tkMessageBox.alert()

D. messagebox.showinfo()

Answer: Option D

Solution (By Examveda Team)

The messagebox.showinfo() function is used to create a message box in Tkinter.

This Question Belongs to Python Program >> GUI Programming With Python

Join The Discussion

Related Questions on GUI Programming with Python