On Wed, 22 Nov 2017 22:19:29 -0600
Bryan Oakley wrote:
> Personally I find the use of tkinter constants a bit silly. I see no
> point in using something like tkinter.END instead of "end". I always
> recommend that people learn to use the string form rather than the
> constant.
+1 :)
Regards
Are you asking a question, or just mentioning an observation.
Personally I find the use of tkinter constants a bit silly. I see no point
in using something like tkinter.END instead of "end". I always recommend
that people learn to use the string form rather than the constant.
On Wed, Nov 22, 201