from tkinter import * desk = Tk() def new(): win = Tk() mode = [\'Debit Card\', \'Credit Card\', \'Net Banking\', \'Paytm\'] mode_val = StringVar()