import time password = input("What is the password: ") if password == "itspctime": print("Correct!") time.sleep(0.3) print("Preparing boot sequence") time.sleep(0.4) print(".") time.sleep(0.2) print("..") time.sleep(0.2) print("...") time.sleep(0.2) print(".") time.sleep(0.2) print("..") time.sleep(0.2) print("...") time.sleep(0.3) print("Welcome to Looking Glass OS, the best budget software near Windows.") else: print("Incorrect!") time.sleep(1.0) password = input ("1/3 tries used, Failure to get the password correct will lock the account, try again: ") if password == "itspctime": print("Correct!") time.sleep(0.3) print("Preparing boot sequence") time.sleep(0.4) print(".") time.sleep(0.2) print("..") time.sleep(0.2) print("...") time.sleep(0.2) print(".") time.sleep(0.2) print("..") time.sleep(0.2) print("...") time.sleep(0.3) print("Welcome to Looking Glass OS, the best budget software near Windows.") else: print("2/3 tries used. Developers' note: bro, how can you not guess this. welp I am going to have to change it") time.sleep(2.5) print("Password Changed!") time.sleep(0.3) password = input ("Enter New Password: ") if password == ("getoffofmycomputer"): print("FINALLY") time.sleep(0.4) print("Welcome to the computer, you close fake! >:(. I was scared for a moment😰") time.sleep(0.3) print("Preparing boot sequence") time.sleep(0.4) print(".") time.sleep(0.2) print("..") time.sleep(0.2) print("...") time.sleep(0.2) print(".") time.sleep(0.2) print("..") time.sleep(0.2) print("...") time.sleep(0.3) print("Welcome to Looking Glass OS, the best budget software near Windows.")