Skip to content

Commit c84e985

Browse files
committed
nothing special right now
1 parent c588ff1 commit c84e985

File tree

1 file changed

+1
-9
lines changed
  • Project 2 - Word Guessing Game

1 file changed

+1
-9
lines changed

Diff for: Project 2 - Word Guessing Game/main.py

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
1-
import random
2-
3-
def display_words(secret_words, guessed_words):
4-
for word in secret_words:
5-
if word in guessed_words:
6-
print(word, end=" ")
7-
else:
8-
print("_", end=" ")
9-
101

2+

0 commit comments

Comments
 (0)