John McMonagle wrote:
> I've made a couple of minor changes to your code from the Cribbage class
> down:
>
> class Cribbage:
> def __init__(self, win):
>
...
> score = run.play()
> if score >= best: best = score
> time.sleep(1) <--- short sleep to see what's
I've been away from Python for some time, and I'm just starting to look
at Tkinter. Just so you know, I'm coming from Visual Basic, where this
would, I *think*, not have been a problem, so it must be a case of
getting my head around the Tkinter way of doing things.
In a nutshell, I've written a