修改小bug
This commit is contained in:
parent
a88a2852e8
commit
75313d57a5
@ -200,7 +200,7 @@ def revise_work():
|
|||||||
print(f"Chinese:{data[1]}\n")
|
print(f"Chinese:{data[1]}\n")
|
||||||
else:
|
else:
|
||||||
conn.commit()
|
conn.commit()
|
||||||
print(f"\n添加成功 values('{English}','{Chinese}'\n)")
|
print(f"\n添加成功 values('{English}','{Chinese}')\n")
|
||||||
case '2':
|
case '2':
|
||||||
English = input("请输入单词:")
|
English = input("请输入单词:")
|
||||||
while not bool(english_pick.fullmatch(English)):
|
while not bool(english_pick.fullmatch(English)):
|
||||||
|
Loading…
Reference in New Issue
Block a user