Commit d8734c6d by BellCodeEditor

save project

parent 1fcde705
Showing with 7 additions and 5 deletions
...@@ -11,8 +11,11 @@ def a(): ...@@ -11,8 +11,11 @@ def a():
print('请输入整数') print('请输入整数')
else: else:
b.append(d) b.append(d)
print(b)
return b return b
a() result=a()
e=b def zongjia(money):
print(e) e=0
\ No newline at end of file for i in money:
e=e+i
print(str(e))
zongjia(result)
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