I was sitting here wondering what to do then I thought “Hey why not code”
OK here goes
from Tkinter import *
root = Tk()
w = Label(root, text="Hello, world!")
w.pack()
root.mainloop()
So what about daily templates..
This is my life - the things that interest me and the things I follow..
No comments:
Post a Comment