Commit ee9f6880 by BellCodeEditor

save project

parent 556dfc9c
import func import func
total=func.new_input() total=func.new_input()
print(func.mysum(totai)) print(func.mysum(total))
\ No newline at end of file \ No newline at end of file
...@@ -17,4 +17,4 @@ def new_input(): ...@@ -17,4 +17,4 @@ def new_input():
print('输入有误') print('输入有误')
else: else:
total.append(unit) total.append(unit)
return unit return total
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