Commit 483079df by BellCodeEditor

auto save

parent a8228c95
Showing with 11 additions and 3 deletions
...@@ -10,8 +10,16 @@ def new_input(): ...@@ -10,8 +10,16 @@ def new_input():
print('请呀希') print('请呀希')
else: else:
e.append(q) e.append(q)
finally:
print('_________________________')
print(e) print(e)
return e return e
w=new_input() def sum(money):
print(w) k=0
\ No newline at end of file for i in money:
k=k+i
return k
u=new_input()
y=sum(u)
print('sb'+str(y)+'亿')
\ 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