ans = input('1. questoin here ') if ans.lower() == 'answer to questoin here': print("corect") else: print("incorect")