Trouble with tkinter in Pycharm Trouble with tkinter in Pycharm tkinter tkinter

Trouble with tkinter in Pycharm


If you use import tkinter, then u must write root = tkinter.Tk() or else u need use 'from tkinter import *' ang then you can root = Tk()