Now open up the VS Code and type in the following program. This is a simple Tkinter test program which will open up a test window when _test() function is called.IN[1]import tkinter tkinter._test()OUT[1]