Teks Garis Garis Garis Besar Python Tkinter

example = Label(root, text="example", font=('Arial',9,'underline'))
example.pack()
RyanGar46