Daniel wrote: > i am making a tic-tac-toe game using python. i am pretty new to it, > but cant seem to figure this one out. > Here is my code: > [snip] You problem is due to your choice of variable names, because '0' looks too much like 'O'. You also don't define 'ask'.