Q11
What is the purpose of the Canvas widget in Tkinter?
A.
Displaying images
B.
Drawing graphics and shapes
AnswerC.
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.