From 75313d57a58f562a9db3c21a10071a52a7ba509c Mon Sep 17 00:00:00 2001 From: lsy2246 Date: Sat, 6 Apr 2024 20:42:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/code/englishstudy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/code/englishstudy.py b/python/code/englishstudy.py index 3fdb823..8af806c 100644 --- a/python/code/englishstudy.py +++ b/python/code/englishstudy.py @@ -200,7 +200,7 @@ def revise_work(): print(f"Chinese:{data[1]}\n") else: conn.commit() - print(f"\n添加成功 values('{English}','{Chinese}'\n)") + print(f"\n添加成功 values('{English}','{Chinese}')\n") case '2': English = input("请输入单词:") while not bool(english_pick.fullmatch(English)):