diff --git a/IA.py b/IA.py index 078e171..d1ef50d 100755 --- a/IA.py +++ b/IA.py @@ -116,6 +116,8 @@ def main(): print("Student does not have clearance.") elif final == None: print("Clear to leave.") + else: + print("Student does not exist in the database. Please try again.") y = input("Press y and enter to run again.")