添加 Python 脚本的实际使用
This commit is contained in:
@@ -18,6 +18,7 @@ def random_password(length, printable):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(__name__)
|
||||
3
|
||||
|
||||
amount = int(input("请输入需要生成随机字符串的数量: "))
|
||||
|
||||
Reference in New Issue
Block a user