Vidyalelo
Python · Q7

GUI Programming with Python

Programming · Python · question 7

Q7

How do you create a button widget in Tkinter?

A.
Button()
Answer
B.
CreateButton()
C.
ButtonWidget()
D.
MakeButton()

Answer: Option A

Solution

Answer: Option A
Solution:
The Button() function is used to create a button widget in Tkinter.