def login(): root = Tk() root.resizable(False, False) root.title("Log in") root.geometry("300x200") root.configure(bg=\'#AFFDFF\'