print ("-------------------------") print ("Password Check") realpassword = "Admin" userpasword= input( "Enter passwod") if userPassword == realpassword : print( "Correct" ) print( "you are free to proveed " ) else: print("incorect") Print("Locked out ")