abim68233 abim68233 17-05-2021 Computers and Technology contestada 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. ==