修改小bug

This commit is contained in:
lsy2246 2024-04-06 20:42:28 +08:00
parent a88a2852e8
commit 75313d57a5

View File

@ -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)):