Commit 3d8e00f0 by BellCodeEditor

save project

parent be043e67
Showing with 4 additions and 3 deletions
...@@ -10,5 +10,6 @@ def input_unit(): ...@@ -10,5 +10,6 @@ def input_unit():
print('请输入数字') print('请输入数字')
else: else:
total.append(unit) total.append(unit)
print(total) return total
input_unit() result=input_unit()
\ No newline at end of file print(total)
\ 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