Answers for "quiz code in python"

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

Python Answers by Framework

Browse Popular Code Answers by Language