81.6k views
4 votes
You compared each letter in the correct word to the letter guessed.

Assume the correct word is "world."

Finish the code to compare the guessed letter to the "o" in "world."

if guess == _ :

1. correct [1]
2. correct [2]
3. correct (1)
4. correct (2)

1 Answer

5 votes

Step-by-step explanation:

sorry didnt get this one.

shouldnt it be if guess == "o":?

User William Juan
by
7.9k points