user = input("Username : ") password = input("Password : ") if user == "Chicken" : if password == "Cat" : print("Access granted") else : print("Password is Incorrect") else : print("Incorrect Username")