P a ge | 50 btnReg=Button (root, text="Register”, font=("Helvetica",12), width=12, height=1, bd=3, bg="#009e00", activebackground='#008000’, activeforeground='white',command=register) btnReg.place(x=120, y=380) root.mainloop()