Jump to content

Window creation: Difference between revisions

Line 1,809:
w = Tkinter.Tk()
w.mainloop()</lang>
 
{{works with|Python|3.7}}
<!-- see also https://stackoverflow.com/questions/673174/which-tkinter-modules-were-renamed-in-python-3 -->
<lang python>import tkinter
w = tkinter.Tk()
w.mainloop()</lang>
 
==={{libheader|wxPython}}===
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.