user = input("Username: ") password = input("Password: ") if user == "jim59" and password == "bananas": print("Welcome!") else: print("Sorry, but your password is incorrect")