2 ответов
+ 2
Sounds interesting .. Will try it... Thanks for help.... 😁😁😁
+ 1
You use it to make a GUI. For instance
import tkinter as tk
root = tk.Tk()
root.mainloop()
That will make a blank tkinter window. You can add widgets and bind commands to them.