This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
xubo
/
awesome-python
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
feature/4-zoulong
Větve
Značky
feature/4-zoulong
feature/dev
master
awesome-python
/
livepocket
/
tkinter_gui.py
tkinter_gui.py
95 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
7
import tkinter
top = tkinter.Tk(className='tkinter')
print(tkinter.TkVersion)
top.mainloop()