From a5e75ef52696ec9029e943964decd02f09c3d86f Mon Sep 17 00:00:00 2001 From: Conor Walker <2089327w@student.gla.ac.uk> Date: Tue, 25 Jan 2022 21:43:24 +0000 Subject: [PATCH] comments out the word to guess --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 53682c5..4d186b0 100644 --- a/main.py +++ b/main.py @@ -29,7 +29,7 @@ emptyWordGuess = ["_"]*5 wrongLetters = set() rightLettersWrongPlace = set() wordToGuess = list(getWord().upper()) -print(wordToGuess) +# print(wordToGuess) counter = 0 while counter < 5: