Add feedback message to nonexistent student id

This commit is contained in:
Abdulkadir Furkan Şanlı 2018-11-03 09:30:35 +01:00
parent 702940ecb2
commit 0abdb92eaf

2
IA.py
View File

@ -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.")