Skip to content

Commit b1613da

Browse files
authored
change line 24
1 parent 6a4a721 commit b1613da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: hangmanproject_unit2.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
print(MAX_TRIES)
2222

2323
guess_a_letter= input("Guess a letter:" )
24-
guess_a_letter.lower()
25-
print(guess_a_letter)
24+
print(guess_a_letter.lower())
2625

2726
#images for the wrong gusses
2827

0 commit comments

Comments
 (0)