+ 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
8 Respostas
+ 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
+ 1
i asked for tkinter no for turtle
+ 1
but thx
+ 1
new information for me
+ 1
thx
+ 1
i think in python
+ 1
there is no main loop
+ 1
like in c++ or c