tkinter_gui.py 70 B

12345
  1. import tkinter
  2. top = tkinter.Tk(className='tkinter')
  3. top.mainloop()