cara membuat label dalam python

my_label = Label(screen_name, text="")
my_label.place(x="", y="")
Frightened Fish