Hi this is my first time using classes so apologies for my poor explanation. Basically I am making a password function for an elevator program. LogIn is the name of my class, wh
In the retry loop, you still need to validate the attempted name and break the loop if the name is accepted.