# haha, python/tk sucks! ##!/usr/bin/python # #from math import * #from Tkinter import * #from Canvas import * #from time import sleep #from sys import * # #def do_exit(e): # exit(0) # #tk = Tk() #c = Canvas(tk, width=800, height=600) #c.pack(fill=BOTH, expand=Y) #tk.bind("", do_exit) #tk.mainloop()