password = input("Whats the password? ") if password == "SkibSkib": print("Welcome") else: print("GET OUT") COMPLETE