# Main Program Starts Here
# ===================================
if __name__ == '__main__':
thePass = "\0NullIsB4d!"
if validate_strong_password(thePass):
print(thePass, " Meets the Criteria")
else:
print(thePass, " Has an out-of-range character")