Vidyalelo
Python · Q3

GUI Programming with Python

Programming · Python · question 3

Q3

What is the purpose of an event in GUI programming?

A.
Creating graphical elements
B.
Handling user interactions
Answer
C.
Designing user interfaces
D.
Displaying images

Answer: Option B

Solution

Answer: Option B
Solution:
Events are used to handle user interactions like clicks and input in GUI applications.