Commit d8734c6d by BellCodeEditor

save project

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