I try to make a label with text with a "x" variable inside the text. My problem is that the label has curly brackets. here is a sample of my code. how do I remove them?
victory_screen=Label(root,compound=CENTER, text=("PLAYER 1 WINS with
",x,"points""\n""\n""\n""\n""\n""\n"))