Commit 3d22bf6d by BellCodeEditor

save project

parent fb24f122
Showing with 5 additions and 3 deletions
...@@ -10,7 +10,8 @@ def A_input(): ...@@ -10,7 +10,8 @@ def A_input():
except: except:
print("请输入") print("请输入")
else: else:
print() total.append()
total.append(unit) finally:
print(total) print("-"*30)
return total
A_input() A_input()
\ 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