realPassword = "Blurg123@" realUsername = "Blurgy Blurg" userPassword = input("Enter the Password. ") userName = input("Enter your Username. ") if userPassword == realPassword : print("Correct") else : print("This computer will self destruct in 60 SECONDS. If you don't give me 5 dollars it will continue to countdown. If you called Owen Weal It will just explode.") if userName == realUsername: print("Correct") else : print("This computer will self destruct in 60 SECONDS. If you don't give me 5 dollars it will continue to countdown. If you called Owen Weal It will just explode.")