Commit 5044f731 by BellCodeEditor

auto save

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