Created
March 15, 2019 01:41
-
-
Save Echocage/9c2019dae6bbe400924aac6a49973c9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while Username_entered != Username_stored: | |
Username_entered = input() | |
if Username_entered == Username_stored: | |
break | |
print ("\nERROR! You have entered the incorrect username. Please enter the correct username.") | |
PasswordLogIn() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment