Sunday, December 13, 2009

This is just a sample test from MacJournal.

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..

No comments: