Tkinter help, please...

Medi Ochre mediocre_person at hotmail.com
Thu May 24 21:18:05 EDT 2007


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 happening
>      win.mainloop()
> 
> main()
> 
> 
> 
> Regards,
> 
> John
Thank you, Mr. McMonagle!

-- 
Posted via a free Usenet account from http://www.teranews.com




More information about the Python-list mailing list