Skip to content

Instantly share code, notes, and snippets.

@Echocage
Created March 15, 2019 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Echocage/9c2019dae6bbe400924aac6a49973c9d to your computer and use it in GitHub Desktop.
Save Echocage/9c2019dae6bbe400924aac6a49973c9d to your computer and use it in GitHub Desktop.
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