From 391d6a61e36b6b5da4c6d0b69022afe21e3bf184 Mon Sep 17 00:00:00 2001 From: shingyu Date: Fri, 24 Nov 2023 20:00:04 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/function.py b/src/function.py index 83a3614..0ea3834 100644 --- a/src/function.py +++ b/src/function.py @@ -97,7 +97,7 @@ def start(): print("8. 查看贡献(赞助)者名单") print("9. 退出程序") print("10. 撤回同意") - choice = input("请输入您的选择(1/2/3/4/5/6/7/8/9):(默认“1”)\n") + choice = input("请输入您的选择(1~10):(默认“1”)\n") # 通过用户选择,决定模式,给mode赋值 if not choice: