print("-------------------------------------------------------------------") print("Sign in options!") Username= "jim95" Password= "bananas" if Password < "bananas": print("Sorry, but your username is not recognised") elif Password > "bananas": print("Sorry, but your password is incorrect") else: print("Welcome!")