accounts = ("EVANTHOMSON") username = input("HELLO WELCOME TO DATABASE 013:") password = input("ENTER PASSWORD " + accounts ) if (accounts.get(username) == password): print("LOGIN SUCCESS") print("THE FACT THAT THIS IS EVEN POSSIBLE IS A TRIUMPH I SHOULD NOTE THIS AS A HUGE SUCCESS!" ) test = input(".") #This is just so the program doesn't shut down as soon as you get the username and password correct else: print("LOGIN FAILED")