This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
xubo
/
awesome-python
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
feature/4-zoulong
Rami (Branch)
Tag
feature/4-zoulong
feature/dev
master
awesome-python
/
livepocket
/
tkinter_gui.py
tkinter_gui.py
95 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
import tkinter
top = tkinter.Tk(className='tkinter')
print(tkinter.TkVersion)
top.mainloop()