0
705views
Write a python program which displays a message on clicking a button.
1 Answer
0
49views

Explanation:-

  • Create a onclick function which is called when ever a user clicks on the designed button.
  • Use a tkinter button module to design a button in the root window and in the command argument pass on the name of the function.
  • On clicking a button message would be displayed …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.