Trivia

Step 3: If the answer is correct, congratulate the user. Otherwise, tell them the correct answer.
Hint: Use lower() to ignore capital letters. For example, if answer.lower() == "correct answer"
Last step Next step