how to make a python rtivia questoin code example
Example: simple trivia question python
ans = input('1. questoin here\n')
if ans.lower() == 'answer to questoin here':
print("corect")
else:
print("incorect")
ans = input('1. questoin here\n')
if ans.lower() == 'answer to questoin here':
print("corect")
else:
print("incorect")