From 5dbd9e8352bcbc49ae04cefca4146b4bda191460 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 18 Mar 2021 23:44:04 -0400 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BD=9C=E8=80=85=E5=88=B0?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AF=B4=E6=98=8E=E6=96=87=E4=BB=B6=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/RandomStringGenerate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/RandomStringGenerate.py b/tests/RandomStringGenerate.py index 6339550..f7b9ac5 100644 --- a/tests/RandomStringGenerate.py +++ b/tests/RandomStringGenerate.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- # Python Random String Password -# Author - https://www.ossez.com +# Author - HoneyMoose(huyuchengus@gmail.com) +# Link Article - https://www.ossez.com/c/open-source/python/14 import string from random import choice