Vidyalelo
Python · Q11

GUI Programming with Python

Programming · Python · question 11

Q11

What is the purpose of the Canvas widget in Tkinter?

A.
Displaying images
B.
Drawing graphics and shapes
Answer
C.
Playing audio
D.
Handling user input

Answer: Option B

Solution

Answer: Option B
Solution:
The Canvas widget is used for drawing graphics, shapes, and images in Tkinter.