Hi. I am trying to write a python code with tkinter. This is my code:
import Tkinter as Tk
root = Tk()
And I am getting this error:
root = Tk()
TypeError: 'module' object is not callable
How to solve this?
If you want to unleash your potential in this competitive field, please visit the Python course page for more information, where you can find the Python tutorials and Python frequently asked interview questions and answers as well.