diff --git a/main.py b/main.py index 3ed2224..215b081 100644 --- a/main.py +++ b/main.py @@ -112,10 +112,10 @@ def space_exist(): # if won: # TODO - + result = '*** Congrats ! You won ! ***' break elif computer_move()[1]: - result = '=== You lose ! ==' + result = 'You lose !' break print_board() print(result) \ No newline at end of file