Vidyalelo
Python · Q34

GUI Programming with Python

Programming · Python · question 34

Q34

What is the purpose of the PhotoImage class in Tkinter?

A.
Handling user input
B.
Displaying images
Answer
C.
Drawing graphics
D.
Creating message boxes

Answer: Option B

Solution

Answer: Option B
Solution:
The PhotoImage class is used for displaying images in Tkinter.