Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

simple trivia question python

ans = input('1. questoin here
')
if ans.lower() == 'answer to questoin here':
  print("corect")
else:
  print("incorect")
 
PREVIOUS NEXT
Tagged: #simple #trivia #question #python
ADD COMMENT
Topic
Name
2+2 =