Ken Schaefer
4 months ago
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||||
|
# Step 1 |
||||||
|
|
||||||
|
word_list = ["aardvark", "baboon", "camel"] |
||||||
|
|
||||||
|
#TODO-1 Randomly choose a word from the word_list and assign it to a variable |
||||||
|
# called chosen_word |
||||||
|
|
||||||
|
#TODO-2 Ask the user to guess a letter and assign their answer to a variable |
||||||
|
# called guess. Make guess lowercase |
||||||
|
|
||||||
|
#TODO-3 Check if the letter the user guessed (guess) is one of the letters in |
||||||
|
# the chosen_word |
||||||
|
|
Loading…
Reference in new issue