NullPass_test

PHOTO EMBED

Tue Oct 18 2022 13:07:47 GMT+0000 (Coordinated Universal Time)

Saved by @Bird #python

# 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")
content_copyCOPY