print("-----------------------") print(" security check") password= "53CrEt" userpassword=input("enter a password") if password==userpassword: print("welcome") else: print("system lockdown")