I’m getting curly brackets around the text in my label widget. The output is {Total tries: 0} instead of Total tries: 0. Here is a short version of my code: Answer There is a comma at the end of the line. The comma changes the value being assigned to self.label[“text”] from a string to a tuple. Remove the comma, and