In: Computer Science
Python
Explain what happens when a user clicks a command button in a fully functioning GUI program.
When we click a button, the command will be executed and then it calls the function in command.
Like this:
This is a small program of python GUI.
When the button b1 is clicked it will execute the function pressed.