I have the following code and when it shows in my GUI it includes the indentations for the code structure. How can i get rid of these?
warningLbl = tkinter.Label(window, text = '!!This Tool Will not work with\
IVER builds!!', font="16", fg="red")
