Using lambda to update the text of a Tkinter Button causes Lambda String to pop up as title
I am currently using tkinter in order to make a poker simulation. I am trying to give each hand(which are represented by buttons which are cards) a text to represent how much money they have. Below is the code for dealing out the hands and where the money is returned.