Commit 10f83923 by BellCodeEditor

save project

parent d93a0881
Showing with 5 additions and 1 deletions
...@@ -46,7 +46,7 @@ while True: ...@@ -46,7 +46,7 @@ while True:
elif choice == "1": elif choice == "1":
houyi.combat(yase) houyi.combat(yase)
elif choice == "2": elif choice == "2":
houyi.cure houyi.cure()
else: else:
print("输入错误") print("输入错误")
continue continue
......
for i in range(1,10):
for j in range(1,10):
print(i*j)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment