Commit 3d22bf6d by BellCodeEditor

save project

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