Improve the Tic-Tac-Toe Task
- Make it more clear, what learners are supposed to do with the provided code and what they need to understand
- Give more guidance on how to approach the
print_board
andcheck_for_winner
functions
print_board
and check_for_winner
functions