Examveda

How do you create a message box for displaying alerts in Tkinter?

A. dialog_box.show_alert()

B. messagebox.alert()

C. message_box.show()

D. tkMessageBox.showinfo()

Answer: Option D

Solution (By Examveda Team)

The tkMessageBox.showinfo() function is used to create a message box for displaying alerts in Tkinter.

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

Join The Discussion

Related Questions on GUI Programming with Python