Examveda

How do you set the title of a Tkinter window?

A. title.set("New Title")

B. window.title("New Title")

C. window.set_title("New Title")

D. set_window_title("New Title")

Answer: Option B

Solution (By Examveda Team)

The window.title("New Title") method is used to set the title of a Tkinter window.

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

Join The Discussion

Related Questions on GUI Programming with Python