I have written a script:
from tkinter import * root= tk.Tk() root.title(\'Hello World\') text_label0 = Label(text="Hello World!") text_label0.pack(