Answer:
import time
# Input yellow #
yellow = input("Enter yellow: ")
# If yellow #
if yellow == "yellow":
print("Correct")
else:
print("Nope")
Step-by-step explanation:
5.8m questions
7.5m answers