From ac280420ff71066fd5230e61cc4f243c9ecab3a3 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 18 Mar 2021 23:18:11 -0400 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Python=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E7=9A=84=E5=AE=9E=E9=99=85=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- tests/RandomStringGenerate.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c8c0d..766e236 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ GitHub 上有关 CWIKIUS 的项目:[https://github.com/cwiki-us-docs/cwikius-d | 网站名称 | URL | NOTE | |---|---|---| +| WWW.CWIKIUS.CN | [http://www.cwikius.cn/](http://www.cwikius.cn/) | CWIKIUS.CN 一个有独立思考和温度的清新站 | | [Python - 100天从新手到大师](https://github.com/jackfrued/Python-100-Days) | [https://github.com/jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days) | 我们参考了原作者的一些代码和测试用例。 | | [Python语言基础50课](https://github.com/jackfrued/Python-Core-50-Courses) | [https://github.com/jackfrued/Python-Core-50-Courses](https://github.com/jackfrued/Python-Core-50-Courses) | 参考了原作者的部分内容和编排目录 | -| WWW.CWIKIUS.CN | [http://www.cwikius.cn/](http://www.cwikius.cn/) | CWIKIUS.CN 一个有独立思考和温度的清新站 | +| [Python 脚本收集](https://github.com/fnplus/Python-scripts-collection) | [https://github.com/fnplus/Python-scripts-collection](https://github.com/fnplus/Python-scripts-collection) | 针对 Python 使用的一些实际脚本的收集 | + diff --git a/tests/RandomStringGenerate.py b/tests/RandomStringGenerate.py index f7b9c0a..fc6e23c 100644 --- a/tests/RandomStringGenerate.py +++ b/tests/RandomStringGenerate.py @@ -18,6 +18,7 @@ def random_password(length, printable): if __name__ == "__main__": + print(__name__) 3 amount = int(input("请输入需要生成随机字符串的数量: "))