from tkinter import * n="Name" #root_Begning root: Tk = Tk() e = Entry(root).pack() #Command_Begning def click(): lebel=Label(root, fg="Red"