I'm having trouble with a project. how can i get rid of {} when displaying a label?
CODE
attributes = Label(root, text="Attributes", anchor="center", font=("Times New Roman",30))
at_strength = Label(root, text=('Strength: ',strength,"/5"),anchor="w", font=("Times New Roman",20))