-2

SIMPLE Tkinter code

Command prompt error

I have been trying Tkinter with this basic code. But while running it i am getting an error called Traceback error. I am using Python 3.8.3.

1 Answers1

2

from tkinter import *

You capitalized the T in tkinter

steine18
  • 56
  • 4