Python 3.8.10 Tkinter
from tkinter import*
t=Tk()
t.title('ffs')
t.mainloop()
Vivacious Vole
from tkinter import*
t=Tk()
t.title('ffs')
t.mainloop()