python quiz answer stores

Solutions on MaxInterview for python quiz answer stores by the best coders in the world

showing results for - "python quiz answer stores"
Jarrod
22 Nov 2017
1print("Your question")
2Answer = input("Answer: ")
3if Answer == "Your answer":
4  print("Wow! You got it!")