Commit 27a7aba2 by BellCodeEditor

save project

parent c40af6b7
Showing with 3 additions and 2 deletions
...@@ -11,5 +11,6 @@ def caidan(): ...@@ -11,5 +11,6 @@ def caidan():
print("输入错误请重新输入") print("输入错误请重新输入")
else: else:
total.append(unit1) total.append(unit1)
print(total) return total
caidan() a = caidan()
print(a)
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