After I have created a button or any other object as such, how can I change its properties later on in the code? For example:
b = Button(root, text="button")
How do I change the text in b or add a command for b.
I actually want to change the colour of b when it is clicked.