Re: [Tutor] accessing buttons (tkinter) made with loop

2018-06-14 Thread Peter Otten
Freedom Peacemaker wrote: > Hello Tutor, > currently im working with tkinter application. Main idea was to create 25 > buttons with for loop. Each button text was random number and user needs > to click them in order form lowest to highest. When button is clicked its > being disabled with

[Tutor] accessing buttons (tkinter) made with loop

2018-06-14 Thread Freedom Peacemaker
Hello Tutor, currently im working with tkinter application. Main idea was to create 25 buttons with for loop. Each button text was random number and user needs to click them in order form lowest to highest. When button is clicked its being disabled with coresponding color (green-ok, red-not). This