hello world
This commit is contained in:
parent
bdaad35129
commit
883053c716
7
tk_first_steps/hello.py
Normal file
7
tk_first_steps/hello.py
Normal file
@ -0,0 +1,7 @@
|
||||
from tkinter import *
|
||||
from tkinter import ttk
|
||||
|
||||
root = Tk()
|
||||
ttk.Button(root, text = "Hello World").grid()
|
||||
root.mainloop()
|
||||
|
Loading…
Reference in New Issue
Block a user