+1
How to use tkinter?? there is some error
6/3/2019 11:35:17 AM
3 Answers
+2
You have to import tkinter module like this : from tkinter import * Then, you can create a main window : window = Tk() window.mainloop() Then, read the doc!
+4
Tkinter doesn't work on Sololearn.
Right HonFu!
Send us a message