Re: [Tutor] I am trying to create a list of object and want to display that list on the screen on my Tkinter screen

2017-10-04 Thread Alan Gauld via Tutor
On 04/10/17 14:40, edmundo pierre via Tutor wrote: > Hello, > I am writing a code When posting code please use plain text. HTML gets mangled so we can't see what your code looks like.(see below) > where I am using a empty list and I will fill up that > list with object. Then  I will show those

[Tutor] I am trying to create a list of object and want to display that list on the screen on my Tkinter screen

2017-10-04 Thread edmundo pierre via Tutor
Hello, I am writing a code where I am using a empty list and I will fill up that list with object. Then  I will show those on my Tkinter screen that I create. But when I run my code ,it crashes. Any help? # Variable   a = Intvar()    a1 = DoubleVar() #Create a function def Answe():      A =