Skip to content

Commit 7ca5faf

Browse files
committed
Found a bug
1 parent 2409039 commit 7ca5faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Wordle/wordle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
letters_checked = []
8181
return_answer = ""
8282
for i in word:
83+
print(i, user_inp[letter])
8384
# Check if letter is already checked
8485
counter = 0
8586
cont = False

0 commit comments

Comments
 (0)