Posts

Showing posts from December, 2021

Python, Tkinter opent window

  from tkinter import * key = Tk () key. mainloop ()