Visual Studio Code – How do I import TKinter to python if I use VS code?
I'm trying to import Tkinter into Python using VS code I've already used the from Tkinter import * command but it seems to do nothing once I run it Am I running it in the wrong place? Have I misspelt…