Why tkinter don’t function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why tkinter don’t function

How need I to write the code to functionate I try from tkinter import * Window=Tk() C = Canvas(... But it don’t function

8th Aug 2019, 3:24 PM
_O-MEGA
_O-MEGA - avatar
8 Answers
+ 9
tudor iacob don't confuse yourself. Tkinter is a python module that makes use of GUI in the python environment. This process is known as turtle. We use Tkinter module to write turtle codes. Welcome 😊 https://www.sololearn.com/discuss/1907605/?ref=app
8th Aug 2019, 3:40 PM
Jella
Jella - avatar
+ 1
i asked for tkinter no for turtle
8th Aug 2019, 3:38 PM
_O-MEGA
_O-MEGA - avatar
+ 1
but thx
8th Aug 2019, 3:39 PM
_O-MEGA
_O-MEGA - avatar
+ 1
new information for me
8th Aug 2019, 3:41 PM
_O-MEGA
_O-MEGA - avatar
+ 1
thx
8th Aug 2019, 3:41 PM
_O-MEGA
_O-MEGA - avatar
+ 1
i think in python
8th Aug 2019, 4:57 PM
_O-MEGA
_O-MEGA - avatar
+ 1
there is no main loop
8th Aug 2019, 4:57 PM
_O-MEGA
_O-MEGA - avatar
+ 1
like in c++ or c
8th Aug 2019, 4:58 PM
_O-MEGA
_O-MEGA - avatar