from Tkinter import *canvas = Canvas(width=300, height=300, bg='white') canvas.pack(expand=YES, fill=BOTH) canvas.create_text(100, 280, text='Ham') mainloop()
Name (required)
email (will not be published) (required)
Website