realpassword= "pop" userpassword=input ("enter password:") if userpassword== realpassword: print("welcome!") else: print("system Locked!")