diff --git a/aula182.py b/aula182.py index 0bae588..776fa7f 100644 --- a/aula182.py +++ b/aula182.py @@ -4,8 +4,8 @@ import secrets # import string as s # from secrets import SystemRandom as Sr -# print(''.join(Sr().choices(s.ascii_letters + s.digits + s.punctuation, k=64))) -# python -c "import string as s;from secrets import SystemRandom as Sr; print(''.join(Sr().choices(s.ascii_letters + s.punctuation + s.digits,k=12)))" +# print(''.join(Sr().choices(s.ascii_letters + s.digits + s.punctuation, k=64))) # noqa: E501 +# python -c "import string as s;from secrets import SystemRandom as Sr; print(''.join(Sr().choices(s.ascii_letters + s.punctuation + s.digits,k=12)))" # noqa: E501 random = secrets.SystemRandom()