I have tried to staring the application in VSCODE by Python3, This is the code:
from tkinter import * window = Tk() window.mainloop()
only