realpassword = "5Tcr3t" userpassword = input("enter password:") if userpassword == realpassword : print("Hello Master") else: print("System locked")