chk_pass

PHOTO EMBED

Thu Oct 13 2022 08:39:52 GMT+0000 (Coordinated Universal Time)

Saved by @Bird #python

if __name__ == '__main__':

    if validate_strong_password("A11aBC!!11"):
        print("Strong")
    else:
        print("Weak")
content_copyCOPY