142k views
3 votes
Question # 4 Dropdown Finish the code for this function. ​

if guess_____ correct:
# Tell the user the guess was correct.
print("You were correct!")
keepGoing = False
else:
if guess < correct:
print("Guess higher.")
else:
print("Guess lower.")

a. !=
b. =
c. ==

User Mgriebe
by
5.2k points

2 Answers

6 votes

Answer:

The answer is ==. I hope this helps you out. Have a nice wonderful day. <3<3<3

Step-by-step explanation:

User Tiny
by
5.1k points
0 votes

Answer:

==

Step-by-step explanation:

I did it on edge 2021

User Ewerton
by
4.5k points