Posts by Nathan-Santos • 11 points
1 post
-
0
votes3
answers258
viewsQ: Tkinter: Tk() not found
When trying to call the function Tk(), it is not recognized by showing the following message: Nameerror: name 'Tk' is not defined I’m trying to start the following code: from tkinter import * root =…