Re: [Tutor] code help

2014-09-29 Thread Alan Gauld
On 22/09/14 16:16, itsthewendigo . wrote: from tkinter import* master = Tk(); canvas = Canvas(master, width = simpledialog.askinteger("Canvas size", "Enter width of canvas")) Its generally a bad idea to mix interactivity with widget creation. Better(and much easier to debug) to query the

[Tutor] code help

2014-09-29 Thread itsthewendigo1111 .
I'm taking an online intro to programing class unfortunately the teacher has not be very helpful. well this is the assignment http://burtondsc.pbworks.com/w/file/fetch/84469141/Assignment03.pdf and here is my code so far from tkinter import* master = Tk(); canvas = Canvas(master, width = si