I have this Tkinter code
is_flag1 = True is_flag2 = False def xyz(intVar): if intVar.get() == 1: #change... else: #change... var_che