重新设置 IF 语句

This commit is contained in:
YuCheng Hu 2021-03-18 23:40:06 -04:00
parent ac280420ff
commit 59f60078cb
No known key found for this signature in database
GPG Key ID: 1E5CBEF8B550FB7D
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,7 @@
yfinance==0.1.54
python-dateutil~=2.8.1
setuptools~=54.0.0
setuptools~=54.0.0
ruamel.yaml
qrcode
Pillow

View File

@ -18,8 +18,9 @@ def random_password(length, printable):
if __name__ == "__main__":
print(__name__)
3
print(__name__)
amount = int(input("请输入需要生成随机字符串的数量: "))
number = int(input("请输入随机字符串的长度: "))