master.title("place() method") master.geometry("450x350") button1=tkinter.Button(master, text="button1") button1.place(x=25, y=100)