Answers for "create your own tests or python cofe"

1

simple trivia question python

ans = input('1. questoin heren')
if ans.lower() == 'answer to questoin here':
  print("corect")
else:
  print("incorect")
Posted by: Guest on December-11-2020

Code answers related to "create your own tests or python cofe"

Python Answers by Framework

Browse Popular Code Answers by Language