# 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")
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter