commit
This commit is contained in:
@@ -1 +1,10 @@
|
||||
print("hello, world")
|
||||
# coding: utf-8
|
||||
|
||||
from tkinter import *
|
||||
|
||||
fenetre = Tk()
|
||||
|
||||
label = Label(fenetre, text="Hello World")
|
||||
label.pack()
|
||||
|
||||
fenetre.mainloop()
|
||||
Reference in New Issue
Block a user