Hey Guy's
Today's Agenda, We will learn
@How to Make Button Widget in Tkinter?
@What point should remember while making button in Tkinter ?
A button is a widget which is designed for the user to interact with, i.e. if the button is pressed by mouse click some action might be started.
A Python function or method can be associated with a button. This function or method will be executed, if the button is pressed in some way.