What I don't understand is what is the difference between a message and a label. They look so much similar. Is there anyone who can clarify this?
I am not talking about the message box widget. I just had a doubt about the message and label widget
The code syntax is something like this -
M1 = Message(root,options...)
L1 = Label(root,options...)
They look so similar as a output.