ERROR HANDLING

try:
enteredPIN = int(input("Enter access PIN to unlock the system: "));
except Exception:
print(errorMsg2);
continue;Last updated

try:
enteredPIN = int(input("Enter access PIN to unlock the system: "));
except Exception:
print(errorMsg2);
continue;Last updated