namenobodywa...@gmail.com wrote:
> hello pythonistas
>
> the script below plays tictactoe; everything works; but if i replace the
> block at the bottom
>
> if True:
>
>
> with this instead
>
> def function():
Below I use main() instead.
>
> function()
>
> then the tkinter callback
hello pythonistas
the script below plays tictactoe; everything works; but if i replace the block
at the bottom
if True:
with this instead
def function():
function()
then the tkinter callbacks don't work anymore; can anybody make sense of this?
thanks if you can help
peace
stm
ps: