password = input( "Please Enter a Password") if password == "5Ecr3t": print( "Security lifted, Password was correct") else: print( "System locked CALL SECURITY!")