user="jiggle69" pas="bart" userpas=input("what is the username? ") username=input("what is the password? ") if userpas != user: print("that username is incorrect!") elif username != pas: print("that password is incorrect!") else: print("welcome")