if input("2 + 2 = \n------ 2\n------ 4\n------ 6\n\nType correct answer: ") == "4": print("Right! Great work!")
else: print("Nooo! The right answer is 4!")
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
if input("2 + 2 = \n------ 2\n------ 4\n------ 6\n\nType correct answer: ") == "4": print("Right! Great work!")
else: print("Nooo! The right answer is 4!")