0
TicTacToe problem, python
Hi everyone I have a problem with a code that i follow on youtube (https://youtu.be/au8xkSQW1kE) but i keep getting an error in line 14 but i dont see what it is i am doing wrong , so hope someone can help me https://code.sololearn.com/cQFtHHL1ittg/?ref=app
2 odpowiedzi
+ 2
You lose track of your indentation( i mean your indentation went wrong from line 14 onwards)
[FIX]
https://code.sololearn.com/cNn213U4DgIF/?ref=app
+ 1
Thank you very much for the help, it is correct that I had an error in indentation, but not in the way you solved it :-)
if you click on the program again, you can see how it should work. but you taught me something new, so thank you for that.