print("Sign In Procedure...") realpassword = "k9lMi*psis" userpassword = input ("Enter Your Password:") if userpassword == realpassword : print("Welcome!") else: print("System Locked!")