fork download
  1. noteinput2 = str(input("What is my favorite color?"))
  2. if noteinput2 == "blue" :
  3. print("correct")
Success #stdin #stdout 0.03s 9440KB
stdin
blue
stdout
What is my favorite color?correct