Commit 191f2866 by BellCodeEditor

auto save

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