Username = "shevon" Password = "apples" Username = input("Username: ") if Username == "shevon" : print Password = input("Password: ") if Password == "apples": print("Welcome!") else: print("Sorry, but your password is incorrect! ") else: print("Sorry, but your username is not recognised!")