username = input("Username: ") realpassword = "bananas" Password = input("password: ") if realpassword == Password: print("Welcome") else : print("Sorry, but your password is incorrect") if username == "jim59": print("") else: print("Sorry, but your ua=sername is not recognised")