From e1c151f7fc87cfcbc31cf767bc12e9732bf8852a Mon Sep 17 00:00:00 2001 From: FredS_Silva_G <146727953+FredSSilvaG@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:44:53 +0000 Subject: [PATCH] change result --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3ed2224..69b28b2 100644 --- a/main.py +++ b/main.py @@ -112,7 +112,7 @@ def space_exist(): # if won: # TODO - + result = '*** Congrats ! You won ! ***' break elif computer_move()[1]: result = '=== You lose ! =='