hello world
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
from tkinter import *
|
||||||
|
from tkinter import ttk
|
||||||
|
|
||||||
|
root = Tk()
|
||||||
|
ttk.Button(root, text = "Hello World").grid()
|
||||||
|
root.mainloop()
|
||||||
|
|
||||||
Reference in New Issue
Block a user